AIOStreams

AIOStreams

Docker 应用程序 from LubricantJam's Repository

概述

AIOStreams is a Stremio addon that combines and configures multiple stream sources, filters, and debrid options in one configurable installation. See the project documentation for Stremio setup and built-in addon notes.

要求


        Before first run: set BASE_URL to the public URL clients use to reach this instance (HTTPS via reverse proxy is typical).
        Generate SECRET_KEY with: openssl rand -hex 32 (64 hex characters).
        Optional: set ADDON_PASSWORD to protect the addon; leave blank to disable.
        For all other environment variables, add them under "Add another Path, Port, Variable, Label or Device" or see the upstream sample: https://raw.githubusercontent.com/Viren070/AIOStreams/main/.env.sample
    

运行时参数

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

模板配置

Web UI PortPorttcp

Host port mapped to the container web UI (container listens on 3000 by default).

目标
3000
默认值
3000
价值
3000
Data FolderPathrw

Persistent data directory (SQLite database and application data). Maps to ./data in the upstream compose example.

目标
/app/data
价值
/mnt/user/appdata/aiostreams
Base URLVariable

Public base URL of this instance (required). Used for install links, stream URLs, and built-in addons. Example: https://aiostreams.yourdomain.com — avoid a trailing slash.

目标
BASE_URL
Secret KeyVariable

64-character hex string for encrypting addon configuration. Generate with: openssl rand -hex 32

目标
SECRET_KEY
Database URIVariable

Database connection string. Default SQLite path matches the Data Folder mount.

目标
DATABASE_URI
默认值
sqlite://./data/db.sqlite
价值
sqlite://./data/db.sqlite
Addon NameVariable

Display name for this addon instance.

目标
ADDON_NAME
默认值
AIOStreams
价值
AIOStreams
Addon IDVariable

Unique identifier for this addon instance; change if you run a distinct public instance.

目标
ADDON_ID
默认值
aiostreams.viren070.com
价值
aiostreams.viren070.com
Addon PasswordVariable

Optional API/install password. Leave empty to disable. Multiple values allowed, comma-separated.

目标
ADDON_PASSWORD
Internal URLVariable

Optional override for how the server reaches itself (e.g. behind reverse proxy). Defaults to local container access.

目标
INTERNAL_URL
默认值
http://127.0.0.1:3000
价值
http://127.0.0.1:3000
Redis URIVariable

Optional Redis URL for caching in scaled deployments. Leave blank for single-container setups.

目标
REDIS_URI

下载统计数据

156,493
下载总数
23,964
本月
23,964
平均每月

长期下载总量

加载图表...

详细信息

存储库
ghcr.io/viren070/aiostreams:latest
最后更新2026-05-25
初见2026-03-25

在Unraid 上运行 AIOStreams 。

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