I run HA behind a Traefik proxy that enables LetsEncrypt-powered HTTPS and forwards the requests to the HA instance running in my LAN. Everything works fine (after I added the use_x_forwarded_for
and trusted_proxies
entries to my config. But when I mistype my password, the notice I get in HA says that I got an invalid login attempt from the proxy IP instead of the proper IP of the client who mistyped the login. Any way to fix that ?