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

help-circle
rss















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