mydocker/prowlarr
blasebast 9b069a15c4 docs: improve all README files, add uptime-kuma 2026-04-12 20:11:50 +02:00
..
Definitions docs: improve all README files, add uptime-kuma 2026-04-12 20:11:50 +02:00
asp .gitignore, documentation, other improvements 2026-04-04 21:45:48 +02:00
README.md docs: improve all README files, add uptime-kuma 2026-04-12 20:11:50 +02:00
config.xml .gitignore, documentation, other improvements 2026-04-04 21:45:48 +02:00

README.md

Prowlarr - Indexer Manager

Torrent/Usenet indexer manager. Aggregates sources and shares them with clients (Radarr, Sonarr, qBittorrent).

Access

Endpoint Details
Web UI http://localhost:9696 (no public Traefik access)
Auth Forms (login/password)

Configuration

  • Image: linuxserver/prowlarr
  • Port: 9696
  • Branch: master
  • API Key: stored in ./prowlarr/config.xml
  • PUID/PGID: 1000
  • Timezone: Europe/Prague

Storage

Path Contents
./prowlarr/ Entire config directory mounted as /config
./prowlarr/config.xml Main config (API key, port, auth)
./prowlarr/prowlarr.db SQLite database with indexers
./prowlarr/Definitions/ Indexer definitions
./prowlarr/Backups/ Automatic config backups
./prowlarr/logs/ Application logs

Dependencies

  • Radarr - receives movie search results
  • Sonarr - receives TV show search results
  • qBittorrent (torrent-box-with-vpn) - download client
  • Shares VPN network with qBittorrent via network_mode: "service:gluetun"

Useful Commands

# Follow logs
docker compose logs -f prowlarr

# Restart
docker compose restart prowlarr

# Upgrade
./upgrade-container-by-name.sh prowlarr

# Test API
curl -H "X-Api-Key: <API_KEY>" http://localhost:9696/api/v1/indexer