My HA yellow is working beautifully but recently I had an internet outage and couldn’t reach the HA from within my local network. I am using a DuckDNS host name for both internal and external access with SSL proxy from NGINX.
Is there a to make sure that the local router (Fritzbox 7590) always point to my HA from within the LAN even when the internet is out?
Thank you! I tried the https://lanip:8123/ and that works. Your other suggestion: I have NGINX configured as an add-on. Isn’t this the local reverse proxy server you speak of?
Here is the config:
domain: my_ha_server.duckdns.org
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf
Hi - sorry for the delay, I was out of town. I don’t understand your last commend. If it’s configured and turned on, am I not using it? What else would I have to do to “use” it?