MediaFusion
Docker-Anwendung from LubricantJam's Repository
Übersicht
Anforderungen
MediaFusion requires PostgreSQL and Redis services.
Generate SECRET_KEY with: openssl rand -hex 16 (32 hex characters).
Set HOST_URL and POSTER_HOST_URL to your public URL (typically HTTPS via reverse proxy).
Optional companion services from the upstream compose stack include Prowlarr and Browserless.
Upstream docker-compose reference: https://github.com/mhdzumair/MediaFusion/tree/main/deployment/docker-compose
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8000]- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
Host port mapped to MediaFusion (container listens on 8000).
- Ziel
- 8000
- Standard
- 8000
- Wert
- 8000
Public URL users will access (include scheme, no trailing slash).
- Ziel
- HOST_URL
- Standard
- https://mediafusion.local
- Wert
- https://mediafusion.local
Public URL used for poster/image endpoints. Usually same as HOST_URL.
- Ziel
- POSTER_HOST_URL
- Standard
- https://mediafusion.local
- Wert
- https://mediafusion.local
Contact email exposed in add-on metadata.
- Ziel
- CONTACT_EMAIL
- Standard
- admin@example.com
- Wert
- admin@example.com
Primary PostgreSQL connection string.
- Ziel
- POSTGRES_URI
- Standard
- postgresql+asyncpg://mediafusion:mediafusion@postgres:5432/mediafusion
- Wert
- postgresql+asyncpg://mediafusion:mediafusion@postgres:5432/mediafusion
Redis connection string.
- Ziel
- REDIS_URL
- Standard
- redis://redis:6379
- Wert
- redis://redis:6379
Optional but recommended Prowlarr endpoint for indexer integration.
- Ziel
- PROWLARR_URL
- Standard
- http://prowlarr:9696
- Wert
- http://prowlarr:9696
Browserless websocket endpoint for scraping tasks.
- Ziel
- SCRAPLING_CDP_URL
- Standard
- ws://browserless:3000
- Wert
- ws://browserless:3000
Use one consolidated queue worker mode (default upstream compose behavior).
- Ziel
- TASKIQ_SINGLE_WORKER_MODE
- Standard
- true
- Wert
- true
Required security key. Generate with: openssl rand -hex 16
- Ziel
- SECRET_KEY
API password required by the app for securing endpoints.
- Ziel
- API_PASSWORD
Optional PostgreSQL read-replica connection string for HA deployments.
- Ziel
- POSTGRES_READ_URI
Statistik herunterladen
Gesamte Downloads im Laufe der Zeit
Einzelheiten
mhdzumair/mediafusion:latestFühren Sie MediaFusion auf Unraid aus.
MediaFusion ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.