Radarr and Sonarr
This commit is contained in:
parent
be8556af54
commit
4b23e0cfda
1 changed files with 12 additions and 0 deletions
|
|
@ -67,6 +67,18 @@ with lib; {
|
||||||
proxy_pass_header Authorization;
|
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; };
|
openssh = { enable = true; openFirewall = true; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue