[NixOS] Set the ROOT_URL to use the tls port

This commit is contained in:
Ivan Malison 2023-11-14 12:26:31 -07:00
parent b728db8f36
commit f85309c448

View File

@ -8,6 +8,7 @@ makeEnable config "modules.gitea" false {
DOMAIN = "1896Folsom.duckdns.org";
SSH_PORT = 1123;
HTTP_PORT = 3001;
ROOT_URL = "https://1896Folsom.duckdns.org:3000";
};
settings.actions = {
ENABLED = true;