From 46665f728e1e72cb5b2eb76220b203756a0669b2 Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sun, 5 Jul 2026 15:37:09 +0800 Subject: [PATCH] fix auth-server config --- image/overlay/daemon/config.yaml | 2 +- image/overlay/etc/init.d/auth-server | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/image/overlay/daemon/config.yaml b/image/overlay/daemon/config.yaml index f546cca..4135570 100644 --- a/image/overlay/daemon/config.yaml +++ b/image/overlay/daemon/config.yaml @@ -4,7 +4,7 @@ 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" diff --git a/image/overlay/etc/init.d/auth-server b/image/overlay/etc/init.d/auth-server index d80abfb..2f37ab0 100755 --- a/image/overlay/etc/init.d/auth-server +++ b/image/overlay/etc/init.d/auth-server @@ -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"