linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

Login form in combination nginx #174

Closed To0wnn closed 2 years ago

To0wnn commented 2 years ago

linuxserver.io


Expected Behavior

Should not redirect to local ip

Current Behavior

Redirect to local ip

Steps to Reproduce

  1. Activate Login form

Environment

OS: CPU architecture: x86_64/arm32/arm64 How docker service was installed:

latest

Command used to create docker container (run/create/compose/screenshot)

docker run -d \ --name=radarr \ -p 7878:7878 \ -e PUID=1000 \ -e PGID=1000 \ -e UMASK=002 \ -e TZ=Europe/Amsterdam \ -e ARGS="" \ -v /mnt/pool-0/docker/radarr:/config \ -v /mnt/pool-0/certs:/certs:ro \ -v /mnt/pool-0/downloads:/downloads \ -v /mnt/pool-1/movies:/movies \ -v /mnt/pool-1/tv-shows:/tv-shows \ --restart unless-stopped \ lscr.io/linuxserver/radarr:latest

Docker logs

radarr.zip

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

This sounds like a issue with your reverse proxy. It's definitely not a issue with the container.

To0wnn commented 2 years ago

Same settings as sonarr and bazarr and not having this issue

To0wnn commented 2 years ago

Using swag docker now. It is working now.. Strange.. Thanks anyway!