From 7754256b6f9b32c728897a99a12e9e72e8268317 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sun, 12 May 2024 01:17:51 +0300 Subject: [PATCH] vps1: forgejo: config update --- hosts/vps1/services/git.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/vps1/services/git.nix b/hosts/vps1/services/git.nix index 16c795a..dd4af54 100644 --- a/hosts/vps1/services/git.nix +++ b/hosts/vps1/services/git.nix @@ -40,6 +40,9 @@ in HTTP_ADDR = "127.0.0.1"; HTTP_PORT = 3001; }; + DEFAULT = { + APP_NAME = "Lgmrszd's git"; + }; service = { DISABLE_REGISTRATION = false; ALLOW_ONLY_INTERNAL_REGISTRATION = false; @@ -51,6 +54,11 @@ in }; repository = { MAX_CREATION_LIMIT = 0; + ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT = false; + }; + "ui.meta" = { + AUTHOR = "Lgmrszd"; + DESCRIPTION = "Lgmrszd's forgejo instance"; }; actions = { @@ -68,4 +76,4 @@ in owner = "forgejo"; group = "forgejo"; }; -} \ No newline at end of file +}