Prowlarr¶
Gestionnaire centralisé d'indexers pour Sonarr/Radarr.
Informations¶
| Paramètre | Valeur |
|---|---|
| Container | LXC 100 - docker-media |
| IP:Port | 192.168.1.100:9696 |
| Image | linuxserver/prowlarr:latest |
| Version | 1.25.4 |
Configuration Docker¶
services:
prowlarr:
container_name: prowlarr
image: linuxserver/prowlarr:latest
ports:
- "9696:9696"
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /root/docker-compose/prowlarr/config:/config
restart: unless-stopped
Sync Applications¶
Sonarr¶
Settings → Apps → Add Application → Sonarr
Name: Sonarr
Sync Level: Full Sync
Prowlarr Server: http://192.168.1.100:9696
Sonarr Server: http://192.168.1.100:8989
API Key: [depuis Sonarr Settings → General]
Sync Categories: TV, TV/HD, TV/UHD
Radarr¶
Settings → Apps → Add Application → Radarr
Name: Radarr
Sync Level: Full Sync
Prowlarr Server: http://192.168.1.100:9696
Radarr Server: http://192.168.1.100:7878
API Key: [depuis Radarr Settings → General]
Sync Categories: Movies, Movies/HD, Movies/UHD
Indexers¶
Ajout Indexer¶
Indexers → Add Indexer
Types :
- Usenet : NZBgeek, DogNZB, NZBFinder, NZB.su
- Torrent Public : 1337x, RARBG (RIP), ThePirateBay
- Torrent Private : Nécessite compte + passkey
Configuration type Usenet :
Name: NZBgeek
URL: https://api.nzbgeek.info
API Key: [your_api_key]
Categories: Movies, TV
Minimum Seeders: 1 (torrents seulement)
Indexers Recommandés¶
| Indexer | Type | Gratuit | Qualité |
|---|---|---|---|
| NZBgeek | Usenet | ❌ ($) | ⭐⭐⭐⭐⭐ |
| DogNZB | Usenet | ❌ (invite) | ⭐⭐⭐⭐⭐ |
| NZBFinder | Usenet | ✅ (limité) | ⭐⭐⭐ |
| 1337x | Torrent | ✅ | ⭐⭐⭐⭐ |
Test Sync¶
Settings → Apps → Test All
Vérifie :
- ✅ Connexion Sonarr/Radarr
- ✅ API Keys valides
- ✅ Indexers synchronisés
# Vérifier dans Sonarr
# Settings → Indexers → Liste doit contenir indexers Prowlarr
# Vérifier dans Radarr
# Settings → Indexers → Liste doit contenir indexers Prowlarr
Torznab Proxy¶
Un Torznab Proxy intercepte les réponses de Prowlarr pour injecter des tags de langue français dans les noms de releases.
URL Proxy : http://192.168.1.100:8081 (interne: torznab-proxy:8080)
Usage : Modifier l'URL indexer dans Sonarr/Radarr de http://prowlarr:9696/6/ vers http://torznab-proxy:8080/6/
Voir documentation Torznab Proxy pour configuration et troubleshooting.
Monitoring¶
# Logs
docker logs -f prowlarr
# Status indexers
curl http://192.168.1.100:9696/api/v1/indexer \
-H "X-Api-Key: YOUR_API_KEY"
Troubleshooting¶
Sync Échoue¶
# Test API Sonarr
curl http://192.168.1.100:8989/api/v3/system/status \
-H "X-Api-Key: SONARR_API_KEY"
# Test API Radarr
curl http://192.168.1.100:7878/api/v3/system/status \
-H "X-Api-Key: RADARR_API_KEY"
# Restart Prowlarr
docker restart prowlarr
Indexer Erreur¶
System → Tasks → Check Indexer
Erreurs courantes :
- API key invalide
- Rate limit atteint (trop de requêtes)
- Indexer down