From bb44d07ce932d2b4117a4a1f1020bd6c639245b1 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 10 Jan 2025 21:43:00 -0500 Subject: [PATCH] some forgejo settings --- hosts/chunk/forgejo.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/chunk/forgejo.nix b/hosts/chunk/forgejo.nix index 98706df..41f0278 100644 --- a/hosts/chunk/forgejo.nix +++ b/hosts/chunk/forgejo.nix @@ -10,6 +10,7 @@ HTTP_PORT = 3000; HTTP_ADDR = "127.0.0.1"; DOMAIN = "git.cy7.sh"; + LANDING_PAGE = "/cy"; }; session.COOKIE_SECURE = true; service.DISABLE_REGISTRATION = true; @@ -18,6 +19,7 @@ DEFAULT_THEME = "gitea-dark"; }; actions.ENABLED = false; + repository.ENABLE_PUSH_CREATE_USER = true; }; database = { type = "postgres";