Freya: hass deployment

This commit is contained in:
Filippo Berto 2024-01-23 16:18:24 +01:00
parent 4152f7409d
commit 6d4cfba66e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 256 additions and 2 deletions

View file

@ -79,6 +79,13 @@
proxy_buffering off;
'';
};
"hass.bertof.net" = ssl // {
locations."/" = { proxyPass = "http://freya.tsn:8123/"; proxyWebsockets = true; };
extraConfig = ''
proxy_pass_header Authorization;
proxy_buffering off;
'';
};
"my-nextcloud.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://freya.zto:80/";