this post was submitted on 26 May 2025
8 points (100.0% liked)
homeassistant
14793 readers
28 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, I did. I've added the IP address stated in the documentation and also added the localhost IP 127.0.0.1 This didn't help any though
Is the reverse proxy using an add on or did you roll your own? Reason I ask is proxing HA needs special treatment for websockets (wss:// or ws:// scheme). Add ons should do it themselves but I had to do it myself with Apache. I’m not sure if there’s special config needed for nginx too.
I've only set this up with add-ons. I've tried the "nginx home assistant SSL proxy" and the "nginx proxy manager" add-ons and have the problem with both. With the nginx home assistant SSL proxy I don't seem to be able to set a toggle for web socket support. With the nginx proxy manager I did specifically toggle the web socket support.
I really appreciate your help by the way :)