Compare commits

...
2 Commits
Author SHA1 Message Date
iceBear67 860e144d3c set workspace image for bubble 2026-07-05 18:19:52 +08:00
iceBear67 46665f728e fix auth-server config 2026-07-05 15:37:09 +08:00
2 changed files with 7 additions and 2 deletions
+6 -2
View File
@@ -4,11 +4,15 @@ server-key-file: "/etc/ssh/ssh_host_rsa_key"
workspace-parent: "/data/workspace"
global-share-dir: "/data/share"
auth-server: "http://localhost:8080/"
auth-server: "http://localhost:2334/"
manager:
address: "0.0.0.0:7684"
templates:
".*":
image: ""
image: "git.sfclub.cc/cloud/workspace-image:latest"
exec: ["/usr/bin/fish", "/landing.fish"]
cmd: ["/usr/bin/fish", "/init.fish"]
enable-manager: true
privilege: false
+1
View File
@@ -2,6 +2,7 @@
command="/usr/bin/auth-server"
command_background=true
command_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_ 2>&1"
command_env="GITEA_TOKEN=$GITEA_TOKEN"
output_log="/data/auth-server.log"
pidfile="/run/${RC_SVCNAME}.pid"