From 309492719497577b4ebd7e2b9a80a657c0c43b7a Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 13 Jan 2025 19:20:40 -0600 Subject: [PATCH] require sign in to view gitea --- system-config/services/containers/gitea/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-config/services/containers/gitea/default.nix b/system-config/services/containers/gitea/default.nix index fec863f..f5caf54 100644 --- a/system-config/services/containers/gitea/default.nix +++ b/system-config/services/containers/gitea/default.nix @@ -79,6 +79,7 @@ service = { DISABLE_REGISTRATION = false; ALLOW_ONLY_EXTERNAL_REGISTRATION = true; + REQUIRE_SIGNIN_VIEW = true; }; oauth2_client = { ENABLE_AUTO_REGISTRATION = true;