MediaFusion

MediaFusion

Docker app from LubricantJam's Repository

Overview

MediaFusion is a Stremio add-on service that aggregates scraping sources and requires PostgreSQL and Redis backends, with optional Prowlarr and Browserless integrations.

Requirements


        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
    

Runtime arguments

Web UI
http://[IP]:[PORT:8000]
Network
bridge
Shell
bash
Privileged
false

Template configuration

Web UI PortPorttcp

Host port mapped to MediaFusion (container listens on 8000).

Target
8000
Default
8000
Value
8000
Host URLVariable

Public URL users will access (include scheme, no trailing slash).

Target
HOST_URL
Default
https://mediafusion.local
Value
https://mediafusion.local
Poster Host URLVariable

Public URL used for poster/image endpoints. Usually same as HOST_URL.

Target
POSTER_HOST_URL
Default
https://mediafusion.local
Value
https://mediafusion.local
Contact EmailVariable

Contact email exposed in add-on metadata.

Target
CONTACT_EMAIL
Default
admin@example.com
Value
admin@example.com
PostgreSQL URIVariable

Primary PostgreSQL connection string.

Target
POSTGRES_URI
Default
postgresql+asyncpg://mediafusion:mediafusion@postgres:5432/mediafusion
Value
postgresql+asyncpg://mediafusion:mediafusion@postgres:5432/mediafusion
Redis URLVariable

Redis connection string.

Target
REDIS_URL
Default
redis://redis:6379
Value
redis://redis:6379
Prowlarr URLVariable

Optional but recommended Prowlarr endpoint for indexer integration.

Target
PROWLARR_URL
Default
http://prowlarr:9696
Value
http://prowlarr:9696
Scrapling CDP URLVariable

Browserless websocket endpoint for scraping tasks.

Target
SCRAPLING_CDP_URL
Default
ws://browserless:3000
Value
ws://browserless:3000
Single Worker ModeVariable

Use one consolidated queue worker mode (default upstream compose behavior).

Target
TASKIQ_SINGLE_WORKER_MODE
Default
true
Value
true
Secret KeyVariable

Required security key. Generate with: openssl rand -hex 16

Target
SECRET_KEY
API PasswordVariable

API password required by the app for securing endpoints.

Target
API_PASSWORD
Read Replica URIVariable

Optional PostgreSQL read-replica connection string for HA deployments.

Target
POSTGRES_READ_URI

Download Statistics

101,639
Total Downloads
17,113
This Month
17,113
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
mhdzumair/mediafusion:latest
Last Updated2026-05-20
First Seen2026-03-26

Run MediaFusion on Unraid.

MediaFusion is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.