Radarr and Sonarr

This commit is contained in:
Filippo Berto 2022-12-20 00:13:35 +01:00
parent be8556af54
commit 4b23e0cfda
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -67,6 +67,18 @@ with lib; {
proxy_pass_header Authorization;
'';
};
"radarr.bertof.net" = ssl // {
locations."/" = { proxyPass = "http://loki.local:7878/"; proxyWebsockets = true; };
extraConfig = ''
proxy_pass_header Authorization;
'';
};
"sonarr.bertof.net" = ssl // {
locations."/" = { proxyPass = "http://loki.local:8989/"; proxyWebsockets = true; };
extraConfig = ''
proxy_pass_header Authorization;
'';
};
};
};
openssh = { enable = true; openFirewall = true; };