From 5a62077b996eb3e953aba2f843435208c7441da3 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 23 Apr 2026 12:43:47 -0500 Subject: [PATCH] fix(gitea): allow unauthenticated API ping for runner registration --- servers/legion/apps/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/legion/apps/gitea.yaml b/servers/legion/apps/gitea.yaml index 3d82ea9..3c5f25b 100644 --- a/servers/legion/apps/gitea.yaml +++ b/servers/legion/apps/gitea.yaml @@ -52,7 +52,7 @@ spec: - name: GITEA__service__DISABLE_REGISTRATION value: "true" - name: GITEA__service__REQUIRE_SIGNIN_VIEW - value: "true" + value: "false" - name: GITEA__security__INSTALL_LOCK value: "true" - name: GITEA__packages__ENABLED