This commit is contained in:
Matt Nish-Lapidus 2025-03-11 11:06:59 -04:00
parent 98dcb31668
commit 10d0bebfc7

View file

@ -207,11 +207,13 @@
openFirewall = true; openFirewall = true;
}; };
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.caddy = { services.caddy = {
enable = true; enable = true;
virtualHosts = { virtualHosts = {
"sonarr.media-server.local".extraConfig = "reverse_proxy http://localhost:8989"; "/sonarr/*".extraConfig = "reverse_proxy localhost:8989";
}; };
}; };