open-eats / OpenEats

:pizza: Self Hosted Recipe Management App :hamburger:
https://open-eats.github.io/
MIT License
669 stars 102 forks source link

Feature Request - Add Baseurl to allow subfolder usage #132

Open CMclarty opened 4 years ago

CMclarty commented 4 years ago

Hi,

Many thanks for the time put into this, it's a great project that perfectly fills the wanted hole.

Feature Request Would it be possible to add a BaseUrl option to the configuration options available? i.e

BaseUrl=/openeats/

I'm not a programmer, but I did a bit of google-fu and believe the process is relatively straightforward for React apps, which I believe the front-end is built on.

Argument Many of the target audience for OpenEats will have multiple services running on a server. Adding a Baseurl allows one proxy server to simply serve all services from a single domain via subdirectories, keeping cost and complexity down and allowing one SSL config/Auth policy to cover all services. I believe the work involved fits within the overall goals of the project :)

Thanks again, and please let me know if i've missed something.

Callum