When running this behind a proxy or other IP/port translators/forwarders, the zeroconf only advertises the bind address (typically 0.0.0.0 or some other local IP) when in realtity the zeroconf needs to advertise the proxy IP and port that is reachable from homeassistant. There is currently no way to specify the zeroconf host to be different from the server bind address.
it would be good if the zeroconf could be passed a variable (eg advertise-host and advertise-port) to allow for overriding these without changing the bind address of the server itself.
When running this behind a proxy or other IP/port translators/forwarders, the zeroconf only advertises the bind address (typically 0.0.0.0 or some other local IP) when in realtity the zeroconf needs to advertise the proxy IP and port that is reachable from homeassistant. There is currently no way to specify the zeroconf host to be different from the server bind address.
it would be good if the zeroconf could be passed a variable (eg
advertise-hostandadvertise-port) to allow for overriding these without changing the bind address of the server itself.