From ea172ae336d950c61320549c65e8a8c1ea2cc5e6 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 26 Mar 2026 11:21:09 +0000 Subject: [PATCH] feat: lock Forgejo install wizard via env var Sets FORGEJO__security__INSTALL_LOCK=true so Forgejo skips the first-run wizard and uses the env var configuration directly. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH --- infra/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index d8f5299..d81ce6f 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -91,6 +91,8 @@ services: FORGEJO__server__DOMAIN: ${FORGEJO_DOMAIN} FORGEJO__server__ROOT_URL: https://${FORGEJO_DOMAIN}/ FORGEJO__server__SSH_DOMAIN: ${FORGEJO_DOMAIN} + # Skip the first-run wizard — everything is configured via env vars above. + FORGEJO__security__INSTALL_LOCK: "true" volumes: - forgejo-data:/data depends_on: