-
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- I have checked the existing issues to avoid duplicates
- I have redacted any info hashes and content metadata from any logs or screenshots attached to this issue
Is your feature request related to a problem? Please describe
Unable to setup the web interface behind a reverse proxy(in my case nginx) under a sub-location. e.g: http://hostname/bitmagnet. When attempting to do this, bitmagnet redirects you automatically to /webui, which ends up being http://hostname/webui, which doesn't exist and so isn't proxied. Really it should be redirecting to /bitmagnet/webui/, but bitmagnet isn't aware of this.
Describe the solution you'd like
Ideally there should be a configuration option that allows one to set a url prefix so that bitmagnet knows where to point URLs and redirects. This is an option in many other web applications, for example lidarr, radarr, etc.
Describe alternatives you've considered
Not really any other solutions, it's a pretty simple feature and solution.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request