Hey folks,
Are there any guides on how to get DuckDns (with NGINX Home Assistant SSL Proxy) and Emulated Hue working? The problem is Emulated Hue uses ports 80 and 443, as required by Hue, but DuckDns with NGINX SSL Proxy also uses 443. As a result, Emulated Hue throws an error saying the ports are in use. I tried changing NGINX SSL Proxyto use 8443 and have it forward to port 443 and 8080 forwarded to port 80, however in that mode, while Emulated Hue says it’s successfully started up, the Hue app couldn’t find the emulated bridge and also my external_url:8443 didn’t work.
This must be a common setup. How should it be configured?
I’m kind of wondering if maybe I should setup a second home assistant on a seperate raspberry pi, add my non-hue lights and emulated hue and nothing else. Then I let hue app find the bridge and finally let my real/main Home Assistant find my hue account. Would that work?
Thanks!