Erste Schritte
Docker Compose
yaml
# docker-compose.yml
services:
funkarr:
image: ghcr.io/st0o0/funkarr:latest
restart: unless-stopped
ports:
- "8080:6969"
volumes:
- funkarr-data:/app/data
- /path/to/media:/media
environment:
- FunkArr__ApiKey=your-api-key-here
- FunkArr__Download__Path=/media/downloads
- FunkArr__Download__Categories__0__Name=tv
- FunkArr__Download__Categories__0__Dir=tv
- FunkArr__Download__Categories__1__Name=movies
- FunkArr__Download__Categories__1__Dir=movies
volumes:
funkarr-data:bash
docker compose up -dDie Web-Oberfläche ist unter http://localhost:8080 erreichbar.
Einrichtung in Prowlarr / Sonarr / Radarr
Indexer (Prowlarr oder Sonarr/Radarr)
- Neuen Indexer vom Typ Newznab hinzufügen
- URL:
http://funkarr:6969/index/api - API Key: der Wert, den du für
FunkArr__ApiKeygesetzt hast - Testen und speichern
Download Client (Sonarr / Radarr)
- Neuen Download Client vom Typ SABnzbd hinzufügen
- Host:
funkarr, Port:6969 - URL Base:
/download/api - API Key: der Wert, den du für
FunkArr__ApiKeygesetzt hast - Testen und speichern