Add Sonarr Instance
Help
Finding Your API Key
- Sign in to your Sonarr instance
- Go to Settings > General
- Look for "API Key" or "Security" section
- Copy the API key shown
Finding Your URL
- If running locally:
- Use
http://localhost:8989for Sonarr - Use
http://localhost:7878for Radarr
- Use
- If running in Docker:
- Use the container name (e.g.,
sonarr) - Or use the container IP address
- Use the container name (e.g.,
- If using reverse proxy:
- Use your domain (e.g.,
https://sonarr.example.com)
- Use your domain (e.g.,
Path Rewrite Rules
If you're using Docker, you may need to configure path rewriting to match your container's volume mappings.
For example, if your host path is /mnt/plex but inside the container it's /data,
you would add a rewrite rule to convert between these paths.