From 4e03b6d93e14b4d6a26943c1bf817882bbb52f8b Mon Sep 17 00:00:00 2001 From: janabhumi Date: Wed, 19 Oct 2022 13:46:00 +0300 Subject: [PATCH] gitea: change landing page to explore --- machines/magenta/services/gitea.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/magenta/services/gitea.nix b/machines/magenta/services/gitea.nix index 2e89b46..52d0b21 100644 --- a/machines/magenta/services/gitea.nix +++ b/machines/magenta/services/gitea.nix @@ -40,7 +40,10 @@ in CHARSET = "utf8"; LOG_SQL = false; }; - server.DISABLE_ROUTER_LOG = true; + server = { + DISABLE_ROUTER_LOG = true; + LANDING_PAGE = "explore"; + }; service = { ALLOW_ONLY_EXTERNAL_REGISTRATION = false; DEFAULT_KEEP_EMAIL_PRIVATE = false;