From ca2c02c27ff62bfbe533cb4e8ee520fe754755c6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 25 May 2025 11:40:13 -0500 Subject: [PATCH] no sign in view --- system-config/services/containers/gitea/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/services/containers/gitea/default.nix b/system-config/services/containers/gitea/default.nix index f5caf54..4b59cbc 100644 --- a/system-config/services/containers/gitea/default.nix +++ b/system-config/services/containers/gitea/default.nix @@ -79,7 +79,7 @@ service = { DISABLE_REGISTRATION = false; ALLOW_ONLY_EXTERNAL_REGISTRATION = true; - REQUIRE_SIGNIN_VIEW = true; + REQUIRE_SIGNIN_VIEW = false; }; oauth2_client = { ENABLE_AUTO_REGISTRATION = true;