Since upgrading to 0.89.1, I have been getting error messages in the front end. I am running in Docker. I get the following:
Login attempt or request with invalid authentication from 127.18.0.6
127.18.0.6 is my NGINX/let’s encrypt container.
I have moved the trusted_networks
up under homeassistant->auth_providers:
homeassistant:
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 127.0.0.1
- ::1
Since I did that, I have been routinely getting those errors.
If I restart my docker containers, I can access through my DuckDNS address, but at some point, it starts throwing those errors, and I get a 403
error if I navigate to my DuckDNS address.
If I restart my containers after that, I can access again. For a while. Then the whole thing repeats.
Maybe there’s just something I’m not getting about this new way, but it certainly isn’t working for me (I’ve tried removing trusted_networks from under http
, and I’ve tried leaving it there, as well as having it under auth_providers
, the result is the same).
I used this guide for setting up nginx: Nginx Reverse Proxy Set Up Guide – Docker.