AIOStreams
Docker-Anwendung from LubricantJam's Repository
Übersicht
Anforderungen
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
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3000]- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
Host port mapped to the container web UI (container listens on 3000 by default).
- Ziel
- 3000
- Standard
- 3000
- Wert
- 3000
Persistent data directory (SQLite database and application data). Maps to ./data in the upstream compose example.
- Ziel
- /app/data
- Wert
- /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.
- Ziel
- BASE_URL
64-character hex string for encrypting addon configuration. Generate with: openssl rand -hex 32
- Ziel
- SECRET_KEY
Database connection string. Default SQLite path matches the Data Folder mount.
- Ziel
- DATABASE_URI
- Standard
- sqlite://./data/db.sqlite
- Wert
- sqlite://./data/db.sqlite
Display name for this addon instance.
- Ziel
- ADDON_NAME
- Standard
- AIOStreams
- Wert
- AIOStreams
Unique identifier for this addon instance; change if you run a distinct public instance.
- Ziel
- ADDON_ID
- Standard
- aiostreams.viren070.com
- Wert
- aiostreams.viren070.com
Optional API/install password. Leave empty to disable. Multiple values allowed, comma-separated.
- Ziel
- ADDON_PASSWORD
Optional override for how the server reaches itself (e.g. behind reverse proxy). Defaults to local container access.
- Ziel
- INTERNAL_URL
- Standard
- http://127.0.0.1:3000
- Wert
- http://127.0.0.1:3000
Optional Redis URL for caching in scaled deployments. Leave blank for single-container setups.
- Ziel
- REDIS_URI
Kategorien
Statistik herunterladen
Gesamte Downloads im Laufe der Zeit
Einzelheiten
ghcr.io/viren070/aiostreams:latestFühren Sie AIOStreams auf Unraid aus.
AIOStreams ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.