Proxy lidarr and prowlarr.
This commit is contained in:
parent
aa3269a4cc
commit
5485d5f43c
@ -23,7 +23,16 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.prowlarr.enable = true;
|
services.prowlarr.enable = true;
|
||||||
|
services.caddy.virtualHosts."https://prowlarr.tailc50184.ts.net".extraConfig = ''
|
||||||
|
bind tailscale/prowlarr
|
||||||
|
reverse_proxy http://localhost:9696
|
||||||
|
'';
|
||||||
|
|
||||||
services.lidarr.enable = true;
|
services.lidarr.enable = true;
|
||||||
|
services.caddy.virtualHosts."https://lidarr.tailc50184.ts.net".extraConfig = ''
|
||||||
|
bind tailscale/lidarr
|
||||||
|
reverse_proxy http://localhost:8686
|
||||||
|
'';
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user