Skip to content

Allow setting a URL prefix for use behind reverse proxies #453

@Momo8289

Description

@Momo8289
  • 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions