alex3305 / home-assistant-addons

Alex's Home Assistant Add-ons
https://alex3305.github.io/home-assistant-docs/
MIT License
47 stars 29 forks source link

File provider at /config/traefik/ is no longer accessible #36

Closed SalmonSays closed 1 year ago

SalmonSays commented 2 years ago

After updating my HASS instance and containers for the first time in months, suddenly multiple pieces are no longer functioning as intended. I've narrowed down some of the problems to Traefik's file provider not being used to pick up custom subdomains/redirects from files, previously at /config/traefik/ internally. It's not clear where they're meant to be by default, can you offer any suggestions for places to look or means to reset?

time="2022-06-21T17:45:49-05:00" level=info msg="Starting provider file.Provider" time="2022-06-21T17:45:49-05:00" level=error msg="Cannot start the provider file.Provider: unable to read directory /config/traefik/: open /config/traefik/: no such file or directory"

alex3305 commented 2 years ago

Hi @SalmonSays,

Thanks for reporting this issue. Can you please check if you have a /traefik/ folder inside of your Home Assistant config directory containing a file with Traefik dynamic configuration as per the example?