• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle









  • For me the fragmentation of the communities cause me pain so I would love to see less fragmentation.

    Just do a search for any topic and there are at least a handful of communities all with varying member counts and no idea which one is active.

    I’m a programmer so I like to keep up on some different languages.

    Java has the few communities but still more than two Rust has at least 10 different communities And the list goes on.

    I kind of wish there was some sort of centralization and that communities would either merge or disband but I only see this getting worse.




  • 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.