mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 03:41:26 +00:00
fix(gitea): incorrect root URL
This commit is contained in:
parent
ab0c3e113c
commit
d8f0922b8a
|
@ -37,7 +37,7 @@ in
|
||||||
appName = "SelfPrivacy git Service";
|
appName = "SelfPrivacy git Service";
|
||||||
repositoryRoot = "/var/lib/gitea/repositories";
|
repositoryRoot = "/var/lib/gitea/repositories";
|
||||||
domain = "git.${cfg.domain}";
|
domain = "git.${cfg.domain}";
|
||||||
rootUrl = "https://${cfg.domain}/";
|
rootUrl = "https://git.${cfg.domain}/";
|
||||||
httpAddress = "0.0.0.0";
|
httpAddress = "0.0.0.0";
|
||||||
httpPort = 3000;
|
httpPort = 3000;
|
||||||
cookieSecure = true;
|
cookieSecure = true;
|
||||||
|
|
Loading…
Reference in a new issue