gitea tweaks

This commit is contained in:
Nathan McCarty 2022-11-29 01:04:39 -05:00
parent 662d3ff301
commit a91845f149
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 8 additions and 1 deletions

View File

@ -60,7 +60,14 @@
domain = "gitea.stranger.systems";
rootUrl = "https://gitea.stranger.systems";
appName = "Stranger Systems Git Mirror";
settings = { service = { DISABLE_REGISTRATION = true; }; };
settings = {
service = { DISABLE_REGISTRATION = true; };
repository = {
DEFAULT_BRANCH = "trunk";
DISABLE_STARS = true;
ENABLE_PUSH_CREATE_ORG = true;
};
};
};
services.nginx.virtualHosts."gitea.stranger.systems" = {
enableACME = true;