Home network update

Baldur: disable proxy buffering for home-assistant
Freya: cleanup for setup
Loki: home-assistant configuration
This commit is contained in:
Filippo Berto 2022-12-23 11:48:32 +01:00
parent 2d5a12eba0
commit f5ed37a7fb
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 10 additions and 30 deletions

View file

@ -66,6 +66,7 @@ with lib; {
locations."/" = { proxyPass = "http://${loki}:8123/"; proxyWebsockets = true; };
extraConfig = ''
proxy_pass_header Authorization;
proxy_buffering off;
'';
};
"radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:7878/"; proxyWebsockets = true; }; };