-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
xanderburchartz edited this page May 18, 2026
·
1 revision
All settings are stored in config/config.yaml. An example file is included at config.yaml.example.
jellyfin:
url: http://jellyfin:8096
api_key: your_api_key_hereJellyfin is required. API key can be found in Jellyfin → Dashboard → API Keys.
radarr:
url: http://radarr:7878
api_key: your_api_key_hereOptional. If omitted, the Movies tab is hidden.
sonarr:
url: http://sonarr:8989
api_key: your_api_key_hereOptional. If omitted, the Series tab is hidden.
lidarr:
url: http://lidarr:8686
api_key: your_api_key_hereOptional. If omitted, the Music tab is hidden.
general:
dry_run: true # set to false to enable actual deletion
port: 8889 # change if 8889 conflicts with another serviceDry-run is enabled by default. No files will be deleted until you set dry_run: false.