• 0 Posts
  • 13 Comments
Joined 1 year 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.