server: disable git indexer

This commit is contained in:
Kabbone 2025-01-25 20:06:56 +01:00
parent d4dee15c15
commit 34570a1ecb
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ngk9CgCEts5secxbKgxAd3Y6WZnZkSrPV/tLL5hEEj4

View File

@ -25,6 +25,8 @@
DOMAIN = "git.kabtop.de"; DOMAIN = "git.kabtop.de";
SSH_PORT = 2220; SSH_PORT = 2220;
ENABLE_GZIP = true; ENABLE_GZIP = true;
LFS_START_SERVER = true;
LFS_ALLOW_PURE_SSH = true;
}; };
security = { security = {
MIN_PASSWORD_LENGTH = 8; MIN_PASSWORD_LENGTH = 8;
@ -40,7 +42,7 @@
}; };
ui = { ui = {
SHOW_USER_EMAIL = false; SHOW_USER_EMAIL = false;
DEFAULT_THEME = "arc-green"; DEFAULT_THEME = "gitea-dark";
}; };
# openid = { # openid = {
# ENABLE_OPENID_SIGNIN = true; # ENABLE_OPENID_SIGNIN = true;
@ -64,6 +66,9 @@
actions = { actions = {
ENABLED = true; ENABLED = true;
}; };
indexer = {
REPO_INDEXER_ENABLED = false;
};
}; };
}; };