Mosquitto 2.0 adds a breaking change where port will be bound to the
loopback device. This makes integration with docker difficult (requiring
an additional config file). Since this is on a private network, we'll
just resolve by pinning to an older reelase.
In order to use upnp and other discovery services, home assistant needs
to live on our real network and not inside a Docker network. This is
trivial, but triggered an issue with our nginx proxy, which does not
support proxying to containers on the host network. This is resolved by
adding ANOTHER proxy to transition from the docker "proxy" network to
the host network (simply by pointing at the machines IP address).
HTTP Request
|
Dynamic Nginx proxy
|
Static Nginx proxy
|
Home assistant application