Docker - add a username and password

Sonarr version - 3.0.6.1265
Mono version - 5.20.1.34
OS - Docker (Synology Nas DMS 7)

Hi all,

I want to setup external access for my sonarr but i’ve had to put that on hold until i can add a username and password to secure the site. Does anyone know how i can add a username and password?

below is the docker details i have used

docker run -d \
  --name=sonarr \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/London \
  -p 8989:8989 \
  -v /path/to/data:/config \
  -v /path/to/tvseries:/tv `#optional` \
  -v /path/to/downloadclient-downloads:/downloads `#optional` \
  --restart unless-stopped \
  ghcr.io/linuxserver/sonarr

Thank you,
Lee

You go into sonarr’s settings and enter it there?

Was told it was in the UI but found it.

Thank you

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.