beets
This commit is contained in:
parent
98dcb31668
commit
10d0bebfc7
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue