Greetings all!
This question may have been asked before, so apologies in advance if this is the case.
I have been running Home Assistant for a couple of years now, and absolutely love it.
I originally had it running in Docker, but moved over to a Raspberry Pi running HASSIO.
I run Traefik as a reverse proxy for a number of applications and with the previous HA installation on Docker, this worked well. I use basic authentication in Traefik (https://docs.traefik.io/configuration/entrypoints/#basic-authentication) which also worked fine when running it under Docker.
Since the move to HASSIO, I can log into HASSIO fine and everything pretty much works. However, if I click on things like History
, or try and view the state history of a switch/sensor etc I get prompted to log in, presumably by Traefik. I can enter my username and password (for Traefik basic auth) however this gets me nowhere and keeps popping up.
Using the http://hassio.local:8123 (local) link works perfectly, and I can view history etc absolutely fine.
Annoyingly there are no logs in Home Assistant or Traefik, so I have very little to go on…
Has anyone had any experience with this?
Thanks in advance for any help!