tadpole: Use port 3001 for gitea

This commit is contained in:
Alexander Heldt
2025-01-03 12:39:41 +01:00
parent e89a61c6c5
commit 5b21268c54

View File

@@ -64,6 +64,7 @@ in
ROOT_URL = "https://${gitDomain}";
SSH_PORT = 1122; # see `ssh` module
HTTP_PORT = 3001;
};
database = {
@@ -123,7 +124,7 @@ in
useACMEHost = gitDomain;
locations."/" = {
proxyPass = "http://0.0.0.0:3000";
proxyPass = "http://0.0.0.0:3001";
proxyWebsockets = true;
};
};