From cedc94d70261c3dd7fa1432355500b7b8fd4b166 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Sun, 15 Feb 2026 13:26:33 -0500 Subject: [PATCH] fix: Enable Gitea install wizard (INSTALL_LOCK=false) Changed INSTALL_LOCK from true to false to allow first-time setup wizard. After initial setup is complete, this can be changed back to true to prevent unauthorized re-configuration. Co-Authored-By: Claude Sonnet 4.5 --- infra/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index 8ca09fa..118f5e0 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -19,7 +19,7 @@ services: - GITEA__server__DOMAIN=git.corrosionmgmt.com - GITEA__server__SSH_DOMAIN=git.corrosionmgmt.com - GITEA__server__ROOT_URL=https://git.corrosionmgmt.com/ - - GITEA__security__INSTALL_LOCK=true # Change to false if fresh install fails + - GITEA__security__INSTALL_LOCK=false # Allow initial setup wizard restart: always volumes: - ./gitea:/data