|
|
||
|---|---|---|
| .. | ||
| Definitions | ||
| asp | ||
| README.md | ||
| config.xml | ||
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