fr0tt / benotes

An open source self hosted notes and bookmarks taking web app.
https://benotes.org
MIT License
718 stars 49 forks source link

BasePath support #81

Open tstanciu opened 1 year ago

tstanciu commented 1 year ago

Hello, Is there any way to configure Benotes to be accessible to a base path? http://localhost:8000/benotes It is useful for hosting multiple services behind a reverse proxy. I run Benotes with Docker. For example:

Thank you very much!

fr0tt commented 1 year ago

Hello,

actually I never tried to do that. It might work, maybe you have to adjust the APP_URL

EPecherkin commented 8 months ago

@tstanciu such issues are common with routes like https://domain.com/app1 . It is general advise to configure reverse proxy and dns to paths like https://app1.domain.com/