diff --git a/hosts/tadpole/modules/gitea/default.nix b/hosts/tadpole/modules/gitea/default.nix index 29174de..671b3d5 100644 --- a/hosts/tadpole/modules/gitea/default.nix +++ b/hosts/tadpole/modules/gitea/default.nix @@ -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; }; };