I’ve been happily using the NGINX BestLibre addon (https://github.com/bestlibre/hassio-addons). Ever since upgrading to v.77 and the new auth system, my NGINX stopped working. I have no issues logging in locally using my private IP, but remotely I can’t. I get a “403: Forbidden”.
Thanks, that link was posted in the first post above. But there is nothing I can do with this information since I can’t change the add-on. Well, I guess I could do my own add-on…
Sorry for the (too long) delay. I’m currently moving between two houses and home assistant is not running anymore. I have internet back since yesterday. I will look at this ASAP.
On NGINX you add the following to the location section(s) of your configuration:
proxy_set_header x-ha-access “yourPasswordHere”;
But I don’t know how the password gets sent from the HASS configuration to NGINX. Maybe another parameter (ie. password) is needed in the add-on configuration so that the variable is passed on to NGINX…
I did not add any option in the configuration. I did not even know exactly what to add. BTW, the documentation does not reflect the changes. I will wait to see what others are sating.