This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Support for base URL / subfolder configuration #679
goose-ws
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
It actually is a lot of trouble, and I've tried that before. See #36. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm hoping it wouldn't be too much trouble to add support for a base URL / sub-folder configuration.
What I mean by that is that instead of accessing my instance at
http://paperless.domain.com
I could access it athttp://domain.com/paperless
, and all the URL's would build off that/paperless
base URL. For example, instead ofhttp://paperless.domain.com/dashboard
it could behttp://domain.com/paperless/dashboard
.The reason being, it's much easier to reverse proxy an iframe, as I'm wanting to do with Organizr.
Thanks for any thought/consideration!
Beta Was this translation helpful? Give feedback.
All reactions