From 2ff6d27251beb218973c8bb77ee6f258bf26d2d7 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 22 Apr 2026 22:55:03 -0400 Subject: [PATCH] chore: add GITEA__openid__ENABLE_OPENID_SIGNIN environment variable in compose.yaml --- nodes/heimdall/gitea/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/heimdall/gitea/compose.yaml b/nodes/heimdall/gitea/compose.yaml index f06cf63..ee5077c 100644 --- a/nodes/heimdall/gitea/compose.yaml +++ b/nodes/heimdall/gitea/compose.yaml @@ -31,6 +31,7 @@ services: - GITEA__server__DOMAIN=${GITEA_HOST} - GITEA__security__COOKIE_SECURE=true - GITEA__service__DISABLE_REGISTRATION=true + - GITEA__openid__ENABLE_OPENID_SIGNIN=false - TZ=${TZ} - GITEA__server__SSH_KEY_EXCHANGES=${GITEA__server__SSH_KEY_EXCHANGES} - GITEA__server__SSH_CIPHERS=${GITEA__server__SSH_CIPHERS}