From 5a9ceee1ad72ad7c0cab7c587eaa6a4fe48f8bf3 Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 24 Mar 2026 21:55:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Forgejo=20compose=20template=20missing?= =?UTF-8?q?=20INSTALL=5FLOCK=20=E2=80=94=20API=20returns=20404=20until=20m?= =?UTF-8?q?anual=20install=20(#634)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add FORGEJO__security__INSTALL_LOCK: "true" to the forgejo service environment in generate_compose(). Without this, Forgejo starts in install-wizard mode and the API returns 404 for all endpoints. Co-Authored-By: Claude Opus 4.6 (1M context) --- bin/disinto | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/disinto b/bin/disinto index c6e53f3..b111bf9 100755 --- a/bin/disinto +++ b/bin/disinto @@ -167,6 +167,7 @@ services: FORGEJO__database__DB_TYPE: sqlite3 FORGEJO__server__ROOT_URL: http://forgejo:3000/ FORGEJO__server__HTTP_PORT: "3000" + FORGEJO__security__INSTALL_LOCK: "true" FORGEJO__service__DISABLE_REGISTRATION: "true" networks: - disinto-net