diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 75008c6..c46d927 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -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; };