first commit

This commit is contained in:
2026-04-05 15:07:53 +08:00
commit d1bac85f28
30 changed files with 1071 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
sudo mkdir -p /BlockVolume1/projects
sudo chown -R eujin:eujin /BlockVolume1/dockercompose/code-server/projects
sudo find /BlockVolume1/dockercompose/code-server/projects -type d -exec chmod 755 {} \;
sudo find /BlockVolume1/dockercompose/code-server/projects -type f -exec chmod 644 {} \;