fix: switch code-server to no-auth, Cloudflare Access handles authentication
This commit is contained in:
@@ -47,10 +47,6 @@ fi
|
|||||||
# Start code-server
|
# Start code-server
|
||||||
exec code-server \
|
exec code-server \
|
||||||
--bind-addr 0.0.0.0:8080 \
|
--bind-addr 0.0.0.0:8080 \
|
||||||
--auth oauth \
|
--auth none \
|
||||||
--oauth-provider=gitea \
|
|
||||||
--oauth-client-id="${GITEA_CLIENT_ID}" \
|
|
||||||
--oauth-client-secret="${GITEA_CLIENT_SECRET}" \
|
|
||||||
--oauth-scopes="read:user" \
|
|
||||||
--disable-telemetry \
|
--disable-telemetry \
|
||||||
/root
|
/root
|
||||||
|
|||||||
Reference in New Issue
Block a user