Add lidarr
This commit is contained in:
parent
c1195ac6f1
commit
d7746302ea
3 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,10 @@ in {
|
|||
@local remote_ip private_ranges 100.64.0.0/10
|
||||
reverse_proxy @local :${toString settings.ports.sonarr}
|
||||
'';
|
||||
"http://lidarr".extraConfig = ''
|
||||
@local remote_ip private_ranges 100.64.0.0/10
|
||||
reverse_proxy @local :${toString settings.ports.lidarr}
|
||||
'';
|
||||
"http://qbittorrent".extraConfig = ''
|
||||
@local remote_ip private_ranges 100.64.0.0/10
|
||||
reverse_proxy @local :${toString settings.ports.qbittorrent}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue