Lidarr
What it is
Lidarr is an audio/music collection manager that automates downloads and organization.
Why I use it
To maintain a clean, automated music library accessible from Plex.
How it integrates in my stack
- Uses
/data
shared storage so completed downloads appear in Plex. - Pulls indexers from Prowlarr.
Key features / config choices
- PUID/PGID set for correct file ownership.
- Separate
/config
for easy backup/restore.
Security & backup
- Redacted credentials stay out of git.
- Config included in NAS → Backblaze backup policy.
Ports
- 8686/tcp → Web UI
Quick start
- Copy
.env.example
→.env
and fill values (IDs, paths, tokens). - Adjust
DOCKERCONFDIR
andDOCKERSTORAGEDIR
to your host. - Launch:
docker compose up -d