Proxy lidarr and prowlarr.
This commit is contained in:
parent
aa3269a4cc
commit
5485d5f43c
1 changed files with 9 additions and 0 deletions
|
@ -23,7 +23,16 @@
|
|||
];
|
||||
|
||||
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.caddy.virtualHosts."https://lidarr.tailc50184.ts.net".extraConfig = ''
|
||||
bind tailscale/lidarr
|
||||
reverse_proxy http://localhost:8686
|
||||
'';
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue