fix: switch code-server to no-auth, Cloudflare Access handles authentication
All checks were successful
Build Devpod / build (push) Successful in 9s
Build & Release / build (push) Successful in 16s

This commit is contained in:
Ryan Moon
2026-04-04 09:10:48 -05:00
parent 04420dbd12
commit c54069ad99

View File

@@ -47,10 +47,6 @@ fi
# Start code-server
exec code-server \
--bind-addr 0.0.0.0:8080 \
--auth oauth \
--oauth-provider=gitea \
--oauth-client-id="${GITEA_CLIENT_ID}" \
--oauth-client-secret="${GITEA_CLIENT_SECRET}" \
--oauth-scopes="read:user" \
--auth none \
--disable-telemetry \
/root