pawelmalak / snippet-box

Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.
MIT License
977 stars 80 forks source link

Feature Request: Basepath support may be useful for some users #21

Open tstanciu opened 3 years ago

tstanciu commented 3 years ago

If the application can work with a configurable basepath (ex: http://localhost:5000/snippets-app), it can be more easily installed behind a reverse proxy. I use this technique to expose apps on internet (ex: https://domain/app1, https://domain/app2 , etc).