Configuration¶
Day-to-day settings live in the admin UI (Settings) and persist in SQLite under /config. Use this section as a walkthrough of every Settings tab.
For headless / container bootstrap, see Environment variables — the schema of env vars that configure NzbDAV without the UI (or as fallbacks when a UI value is empty).
Docs track latest
Settings marked since 0.8.0 (or another version) were introduced in that release. Older images will not show those controls.
Settings hub¶
- Connections — Usenet · Indexers · Search profiles
- Playback & automation — Watchdog · Preflight · Watchtower · Warden
- Integrations — SABnzbd · WebDAV · Radarr/Sonarr · Rclone
- System — Repairs · Maintenance · Backup
Config vs env
Most tunables are UI/ConfigItems keys. Env vars cover process wiring (CONFIG_PATH, ports, auth cookies), secrets bootstrap, and a handful of fallbacks documented on the environment variables page.