Monitoring + home assistant

This commit is contained in:
Aleksandr Lebedev 2025-09-29 19:54:51 +02:00
parent ebdfe095d8
commit 4b6fc29c91
4 changed files with 101 additions and 2 deletions

View file

@ -80,6 +80,25 @@ in {
proxyWebsockets = true;
};
};
"smart-home.kylekrein.com" = {
forceSSL = true;
enableACME = true;
extraConfig = ''
proxy_buffering off;
'';
locations."/" = {
proxyPass = "http://[::1]:8123";
proxyWebsockets = true;
};
};
"grafana.kylekrein.com" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://${toString config.services.grafana.settings.server.http_addr}:${toString config.services.grafana.settings.server.http_port}";
proxyWebsockets = true;
};
};
"paperless.kylekrein.com" = {
enableACME = true;
forceSSL = true;