fix: forgejo ip

This commit is contained in:
2026-01-27 00:52:16 +01:00
parent 9d7b8082c0
commit eba36f9d56
5 changed files with 532 additions and 2 deletions

View File

@@ -7,6 +7,15 @@
proxyPass = "https://git.cloonar.com/";
};
};
services.nginx.virtualHosts."forgejo.cloonar.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
locations."/" = {
proxyPass = "http://${config.networkPrefix}.97.55:3001/";
proxyWebsockets = true;
};
};
services.nginx.virtualHosts."foundry-vtt.cloonar.com" = {
forceSSL = true;
enableACME = true;