Add lidarr

This commit is contained in:
batteredbunny 2024-04-05 10:41:54 +03:00 committed by batteredbunny
parent c1195ac6f1
commit d7746302ea
3 changed files with 7 additions and 0 deletions

View file

@ -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}