I set up my Home Assistant VM in Proxmox together with an Nginx Reverse Proxy (that one is running in a separate container with the IP 192.168.178.50). Accessing the login page remotely works with no issues, entering the 2FA code works as well, but then I’m getting the “Unable to connect to Home Assistant” error screen.
The log gives me the following warning:
Login attempt or request with invalid authentication from [Public IP of device I tried logging in with]
This is what my configuration.yaml looks like:
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.178.50
Thanks in advance for your help!