Updated deprecated options in gitea to new ones

This commit is contained in:
2024-12-31 16:35:25 +02:00
parent 2599d2abfd
commit 6cd15a2f07

View File

@@ -40,13 +40,15 @@
services.gitea = {
enable = true;
appName = "Kyren's Gitea";
domain = "git.kyren.codes";
database = {
type = "postgres";
passwordFile = config.sops.secrets.gitea-db-password.path;
};
rootUrl = "https://git.kyren.codes/";
httpPort = 3001;
settings.server = {
DOMAIN = "git.kyren.codes";
ROOT_URL = "https://git.kyren.codes/";
HTTP_PORT = 3001;
};
};
};
}