diff --git a/modules/services/server/gitea.nix b/modules/services/server/gitea.nix index 4aba273..d2a6aec 100644 --- a/modules/services/server/gitea.nix +++ b/modules/services/server/gitea.nix @@ -25,6 +25,8 @@ DOMAIN = "git.kabtop.de"; SSH_PORT = 2220; ENABLE_GZIP = true; + LFS_START_SERVER = true; + LFS_ALLOW_PURE_SSH = true; }; security = { MIN_PASSWORD_LENGTH = 8; @@ -40,7 +42,7 @@ }; ui = { SHOW_USER_EMAIL = false; - DEFAULT_THEME = "arc-green"; + DEFAULT_THEME = "gitea-dark"; }; # openid = { # ENABLE_OPENID_SIGNIN = true; @@ -64,6 +66,9 @@ actions = { ENABLED = true; }; + indexer = { + REPO_INDEXER_ENABLED = false; + }; }; };