AIOStreams

AIOStreams

Application Docker from LubricantJam's Repository

Vue d'ensemble

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.

Exigences


        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
    

Arguments d'exécution

Interface utilisateur Web
http://[IP]:[PORT:3000]
Réseau
bridge
Coquille
bash
Privilégié
false

Configuration du modèle

Web UI PortPorttcp

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

Cible
3000
Défaut
3000
Valeur
3000
Data FolderPathrw

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

Cible
/app/data
Valeur
/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.

Cible
BASE_URL
Secret KeyVariable

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

Cible
SECRET_KEY
Database URIVariable

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

Cible
DATABASE_URI
Défaut
sqlite://./data/db.sqlite
Valeur
sqlite://./data/db.sqlite
Addon NameVariable

Display name for this addon instance.

Cible
ADDON_NAME
Défaut
AIOStreams
Valeur
AIOStreams
Addon IDVariable

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

Cible
ADDON_ID
Défaut
aiostreams.viren070.com
Valeur
aiostreams.viren070.com
Addon PasswordVariable

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

Cible
ADDON_PASSWORD
Internal URLVariable

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

Cible
INTERNAL_URL
Défaut
http://127.0.0.1:3000
Valeur
http://127.0.0.1:3000
Redis URIVariable

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

Cible
REDIS_URI

Télécharger les statistiques

156,493
Total des téléchargements
23,964
Ce mois-ci
23,964
Moyenne / Mois

Total des téléchargements au fil du temps

Chargement du graphique...

Détails

Référentiel
ghcr.io/viren070/aiostreams:latest
Dernière mise à jour2026-05-25
Première vue2026-03-25

Exécutez AIOStreams sur Unraid.

AIOStreams est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.