Reverse Proxy
Base URLs cannot be configured in Overseerr. With this limitation, only subdomain configurations are supported.
A Nginx subfolder workaround configuration is provided below, but it is not officially supported.
Nginx
A sample proxy configuration is included in SWAG (Secure Web Application Gateway).
However, this page is still the only source of truth, so the SWAG sample configuration is not guaranteed to be up-to-date. If you find an inconsistency, please report it to the LinuxServer team or submit a pull request to update it.
To use the bundled configuration file, simply rename overseerr.subdomain.conf.sample
in the proxy-confs
folder to overseerr.subdomain.conf
.
Alternatively, you can create a new file overseerr.subdomain.conf
in proxy-confs
with the following configuration:
Traefik (v2)
Add the following labels to the Overseerr service in your docker-compose.yml
file:
For more information, please refer to the Traefik documentation.
Last updated