[NixOS] Swap secure and insecure ports for gitea
This commit is contained in:
parent
d69bf463cc
commit
1a69faf85d
@ -7,7 +7,7 @@ makeEnable config "modules.gitea" false {
|
||||
settings.server = {
|
||||
DOMAIN = "1896Folsom.duckdns.org";
|
||||
SSH_PORT = 1123;
|
||||
HTTP_PORT = 3000;
|
||||
HTTP_PORT = 3001;
|
||||
};
|
||||
settings.actions = {
|
||||
ENABLED = true;
|
||||
@ -23,7 +23,7 @@ makeEnable config "modules.gitea" false {
|
||||
forceSSL = true;
|
||||
listen = [{
|
||||
addr = "0.0.0.0";
|
||||
port = 3001;
|
||||
port = 3000;
|
||||
ssl = true;
|
||||
}];
|
||||
locations."/" = {
|
||||
|
Loading…
Reference in New Issue
Block a user