From d814c8e6e731943c229e331a7c462dde44596e16 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 22 Apr 2026 22:40:30 -0400 Subject: [PATCH] chore: add GITEA__server__DOMAIN and GITEA__security__COOKIE_SECURE environment variables in compose.yaml --- nodes/heimdall/gitea/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/heimdall/gitea/compose.yaml b/nodes/heimdall/gitea/compose.yaml index 878422c..5f4ea46 100644 --- a/nodes/heimdall/gitea/compose.yaml +++ b/nodes/heimdall/gitea/compose.yaml @@ -28,6 +28,8 @@ services: - GITEA__database__USER=${GITEA_DB_USER} - GITEA__database__PASSWD=${GITEA_DB_PASSWORD} - GITEA__server__ROOT_URL=${GITEA_ROOT_URL} + - GITEA__server__DOMAIN=${GITEA_HOST} + - GITEA__security__COOKIE_SECURE=true - TZ=${TZ} - GITEA__server__SSH_KEY_EXCHANGES=${GITEA__server__SSH_KEY_EXCHANGES} - GITEA__server__SSH_CIPHERS=${GITEA__server__SSH_CIPHERS}