• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle





  • For me, while I have worked from home in past jobs, I enjoy going to office as it puts me into a different mind set all together. I have found that I need a separation of environments, otherwise I would spend my off time at home working into the late hours. Also, I would easily spend the entire time sat down in a chair instead of walking around every now and then in an office setting. But that’s me and how I function. I know not everyone is like that.



  • I tried something like this with Traefik just recently using add prefix and strip prefix rules. It had limited success until until I encountered an application that doesn’t have everything behind a sub path, Like /lovelace (home assistant)or something like that. If the application just basis it off the host with a root path, than you can’t really apply the prefix rule as the reverse proxy will not know how to route the request as the application is asking for a path that is not already a sub. You may come into this situation more often with several applications. I ended up just switching back to virtual hosts myself.



  • I’m wondering if the default configuration is finding something on the network that is producing this error. You could try starting home assistant without enabling the default configuration by omitting the line from configuration.yaml:

    default_config:

    Have you added anything to your network recently? By default I believe home assistant does auto discovery so it could be discovering something that is not fully compatible with.