terrier: install Home Assistant

This commit is contained in:
Pedro Rey Anca 2025-10-16 15:45:01 +02:00
parent 9e57effbbb
commit 0479d039b1
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
4 changed files with 90 additions and 28 deletions

View file

@ -54,6 +54,19 @@
"ha.campares.duckdns.org" = proxyWebsockets config.services.home-assistant.config.http.server_port;
"wg.campares.duckdns.org" = proxySimple config.services.wg-access-server.settings.port;
"ha.morada.campares.duckdns.org" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://[544:5d19:c117:8cc2:85c6:6a16:e78a:9737]:8123";
proxyWebsockets = true;
extraConfig = ''
proxy_buffering off;
'';
};
};
};
};
}