commit ed047e633f6841e017163d1a8f13c3f1724c0228 parent ad2f9626d8d27f86b4b252b8d88454c87be2162e Author: Vineet Kumar <git@vineetk.net> Date: Mon, 20 Apr 2026 16:19:26 -0400 demiurge: add home.demiurge.epistemia reverse proxy for home-assistant Diffstat:
| M | epistemia/systems/demiurge.scm | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm @@ -44,7 +44,9 @@ (list (nginx-location-configuration (uri "/") - (body (list (string-append "proxy_pass http://127.0.0.1:" (number->string proxy-port) ";")))))))) + (body (list (string-append "proxy_pass http://127.0.0.1:" (number->string proxy-port) ";") + "proxy_set_header Upgrade $http_upgrade;" + "proxy_set_header Connection \"upgrade\";"))))))) ;; upstream guix updates slowly (define update-llama-cpp @@ -286,7 +288,8 @@ (nginx-reverse-proxy "searx.demiurge.epistemia" 8081) (nginx-reverse-proxy "redlib.demiurge.epistemia" 8085) (nginx-reverse-proxy "navidrome.demiurge.epistemia" 4533) - (nginx-reverse-proxy "sdui.demiurge.epistemia" 5000))))) + (nginx-reverse-proxy "sdui.demiurge.epistemia" 5000) + (nginx-reverse-proxy "home.demiurge.epistemia" 8123))))) (service pam-limits-service-type (list (pam-limits-entry "@audio" 'both 'rtprio 99) (pam-limits-entry "@audio" 'both 'memlock 'unlimited)))