[NixOS] Set the ROOT_URL to use the tls port
This commit is contained in:
parent
b728db8f36
commit
f85309c448
@ -8,6 +8,7 @@ makeEnable config "modules.gitea" false {
|
|||||||
DOMAIN = "1896Folsom.duckdns.org";
|
DOMAIN = "1896Folsom.duckdns.org";
|
||||||
SSH_PORT = 1123;
|
SSH_PORT = 1123;
|
||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
|
ROOT_URL = "https://1896Folsom.duckdns.org:3000";
|
||||||
};
|
};
|
||||||
settings.actions = {
|
settings.actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user