From c54069ad9968a8bfb7021e8f5d524f6c4927e3c8 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Sat, 4 Apr 2026 09:10:48 -0500 Subject: [PATCH] fix: switch code-server to no-auth, Cloudflare Access handles authentication --- entrypoint-devpod.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/entrypoint-devpod.sh b/entrypoint-devpod.sh index 6dba92e..fd532a0 100644 --- a/entrypoint-devpod.sh +++ b/entrypoint-devpod.sh @@ -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