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}
|
||||
|
|
|
@ -492,6 +492,7 @@ in {
|
|||
"radarr"
|
||||
"prowlarr"
|
||||
"bazarr"
|
||||
"lidarr"
|
||||
] "100.93.150.89";
|
||||
};
|
||||
conditional = let
|
||||
|
@ -543,6 +544,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
lidarr.enable = true; # port 8686, /var/lib/lidarr
|
||||
prowlarr.enable = true; # port 9696, /var/lib/prowlarr
|
||||
radarr.enable = true; # port 7878, /var/lib/radarr
|
||||
sonarr.enable = true; # port 8989, /var/lib/sonarr
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
prowlarr = 9696;
|
||||
radarr = 7878;
|
||||
sonarr = 8989;
|
||||
lidarr = 8686;
|
||||
|
||||
drasl = 4017;
|
||||
firefish = 4016;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue