MediaFusion

MediaFusion

Docker 应用程序 from LubricantJam's Repository

概述

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

要求


        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
    

运行时参数

网络用户界面
http://[IP]:[PORT:8000]
网络
bridge
外壳
bash
特权
false

模板配置

Web UI PortPorttcp

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

目标
8000
默认值
8000
价值
8000
Host URLVariable

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

目标
HOST_URL
默认值
https://mediafusion.local
价值
https://mediafusion.local
Poster Host URLVariable

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

目标
POSTER_HOST_URL
默认值
https://mediafusion.local
价值
https://mediafusion.local
Contact EmailVariable

Contact email exposed in add-on metadata.

目标
CONTACT_EMAIL
默认值
admin@example.com
价值
admin@example.com
PostgreSQL URIVariable

Primary PostgreSQL connection string.

目标
POSTGRES_URI
默认值
postgresql+asyncpg://mediafusion:mediafusion@postgres:5432/mediafusion
价值
postgresql+asyncpg://mediafusion:mediafusion@postgres:5432/mediafusion
Redis URLVariable

Redis connection string.

目标
REDIS_URL
默认值
redis://redis:6379
价值
redis://redis:6379
Prowlarr URLVariable

Optional but recommended Prowlarr endpoint for indexer integration.

目标
PROWLARR_URL
默认值
http://prowlarr:9696
价值
http://prowlarr:9696
Scrapling CDP URLVariable

Browserless websocket endpoint for scraping tasks.

目标
SCRAPLING_CDP_URL
默认值
ws://browserless:3000
价值
ws://browserless:3000
Single Worker ModeVariable

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

目标
TASKIQ_SINGLE_WORKER_MODE
默认值
true
价值
true
Secret KeyVariable

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

目标
SECRET_KEY
API PasswordVariable

API password required by the app for securing endpoints.

目标
API_PASSWORD
Read Replica URIVariable

Optional PostgreSQL read-replica connection string for HA deployments.

目标
POSTGRES_READ_URI

下载统计数据

101,639
下载总数
17,113
本月
17,113
平均每月

长期下载总量

加载图表...

详细信息

存储库
mhdzumair/mediafusion:latest
最后更新2026-05-20
初见2026-03-26

在Unraid 上运行 MediaFusion 。

MediaFusion 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。