AIOStreams
Aplicación Docker from LubricantJam's Repository
Visión general
Requisitos
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
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
Host port mapped to the container web UI (container listens on 3000 by default).
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
Persistent data directory (SQLite database and application data). Maps to ./data in the upstream compose example.
- Objetivo
- /app/data
- Valor
- /mnt/user/appdata/aiostreams
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.
- Objetivo
- BASE_URL
64-character hex string for encrypting addon configuration. Generate with: openssl rand -hex 32
- Objetivo
- SECRET_KEY
Database connection string. Default SQLite path matches the Data Folder mount.
- Objetivo
- DATABASE_URI
- Por defecto
- sqlite://./data/db.sqlite
- Valor
- sqlite://./data/db.sqlite
Display name for this addon instance.
- Objetivo
- ADDON_NAME
- Por defecto
- AIOStreams
- Valor
- AIOStreams
Unique identifier for this addon instance; change if you run a distinct public instance.
- Objetivo
- ADDON_ID
- Por defecto
- aiostreams.viren070.com
- Valor
- aiostreams.viren070.com
Optional API/install password. Leave empty to disable. Multiple values allowed, comma-separated.
- Objetivo
- ADDON_PASSWORD
Optional override for how the server reaches itself (e.g. behind reverse proxy). Defaults to local container access.
- Objetivo
- INTERNAL_URL
- Por defecto
- http://127.0.0.1:3000
- Valor
- http://127.0.0.1:3000
Optional Redis URL for caching in scaled deployments. Leave blank for single-container setups.
- Objetivo
- REDIS_URI
Categorías
Descargar estadísticas
Descargas totales a lo largo del tiempo
Detalles
ghcr.io/viren070/aiostreams:latestEjecute AIOStreams en Unraid.
AIOStreams se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.