terrier: install Home Assistant
This commit is contained in:
parent
9e57effbbb
commit
0479d039b1
4 changed files with 90 additions and 28 deletions
|
@ -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;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue