Try prowlarr
This commit is contained in:
parent
1a5b0c3927
commit
8c41d4c277
2 changed files with 11 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
|||
services = {
|
||||
aria2 = {
|
||||
enable = true;
|
||||
extraArguments = "--rpc-listen-all";
|
||||
extraArguments = "--rpc-allow-origin-all --rpc-listen-all";
|
||||
rpcListenPort = ports.aria2;
|
||||
rpcSecretFile = config.sops.secrets.aria2.path;
|
||||
};
|
||||
|
|
@ -23,6 +23,7 @@ in
|
|||
enable = true;
|
||||
port = ports.jellyseerr;
|
||||
};
|
||||
prowlarr.enable = true;
|
||||
radarr = {
|
||||
enable = true;
|
||||
user = usr;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@
|
|||
"m.identity_server": { "base_url": "https://${mtfqdn}" }
|
||||
}`
|
||||
'';
|
||||
"aria2.${dn}".extraConfig = ''
|
||||
reverse_proxy /jsonrpc ${homeSrv "aria2"}
|
||||
file_server {
|
||||
root ${pkgs.ariang}/share/ariang
|
||||
}
|
||||
'';
|
||||
"forgejo.${dn}".extraConfig = ''
|
||||
reverse_proxy ${homeSrv "forgejo"}
|
||||
'';
|
||||
|
|
@ -33,6 +39,9 @@
|
|||
"jellyfin.${dn}".extraConfig = ''
|
||||
reverse_proxy ${homeSrv "jellyfin"}
|
||||
'';
|
||||
"jellyseerr.${dn}".extraConfig = ''
|
||||
reverse_proxy ${homeSrv "jellyseerr"}
|
||||
'';
|
||||
${msfqdn} = {
|
||||
extraConfig = ''
|
||||
file_server ${wn "acme-challenge"}/* {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue