Try prowlarr

This commit is contained in:
Invariantspace 2024-04-12 15:03:20 -07:00
parent 1a5b0c3927
commit c3d09d788c
2 changed files with 4 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in
services = { services = {
aria2 = { aria2 = {
enable = true; enable = true;
extraArguments = "--rpc-listen-all"; extraArguments = "--rpc-allow-origin-all --rpc-listen-all";
rpcListenPort = ports.aria2; rpcListenPort = ports.aria2;
rpcSecretFile = config.sops.secrets.aria2.path; rpcSecretFile = config.sops.secrets.aria2.path;
}; };
@ -23,6 +23,7 @@ in
enable = true; enable = true;
port = ports.jellyseerr; port = ports.jellyseerr;
}; };
prowlarr.enable = true;
radarr = { radarr = {
enable = true; enable = true;
user = usr; user = usr;

View file

@ -31,6 +31,8 @@
reverse_proxy ${localSrv "headscale"} reverse_proxy ${localSrv "headscale"}
''; '';
"jellyfin.${dn}".extraConfig = '' "jellyfin.${dn}".extraConfig = ''
reverse_proxy /aria2/* ${homeSrv "aria2"}
reverse_proxy /jellyseerr/* ${homeSrv "jellyseerr"}
reverse_proxy ${homeSrv "jellyfin"} reverse_proxy ${homeSrv "jellyfin"}
''; '';
${msfqdn} = { ${msfqdn} = {