feat: add nzb revproxy

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-31 20:11:33 +01:00
parent 7e668d4d48
commit b8897b7468
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -191,6 +191,15 @@
NetworkNamespacePath = "/run/netns/vpn";
};
services.nginx.virtualHosts."nzb.escapeangle.com" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.10.10.2:8080";
proxyWebsockets = true;
};
};
sops = {
defaultSopsFile = ./hosting-02.yaml;
secrets = {