VibraVid
Aplicación Docker from Yusseiin's Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8000]- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
HTTP port for the VibraVid web interface.
- Objetivo
- 8000
- Por defecto
- 8000
- Valor
- 8000
Where downloaded videos are stored.
- Objetivo
- /app/Video
- Por defecto
- /mnt/user/downloads/vibravid
- Valor
- /mnt/user/downloads/vibravid
Holds config.json and login.json. Must be pre-seeded by the one-time setup script (see Overview).
- Objetivo
- /app/Conf
- Por defecto
- /mnt/user/appdata/vibravid/Conf
- Valor
- /mnt/user/appdata/vibravid/Conf
SQLite database FILE (not a directory). Must exist on the host before first start - the setup script touches an empty file that Django will populate via migrate.
- Objetivo
- /app/GUI/db.sqlite3
- Por defecto
- /mnt/user/appdata/vibravid/db.sqlite3
- Valor
- /mnt/user/appdata/vibravid/db.sqlite3
Application logs.
- Objetivo
- /app/logs
- Por defecto
- /mnt/user/appdata/vibravid/logs
- Valor
- /mnt/user/appdata/vibravid/logs
Secret key for Django sessions/CSRF. CHANGE this to a long random string before exposing the app.
- Objetivo
- DJANGO_SECRET_KEY
- Valor
- change-me-to-a-secure-key
Comma-separated hostnames/IPs allowed to reach the app. Add your Unraid IP, e.g. localhost,127.0.0.1,192.168.1.50
- Objetivo
- ALLOWED_HOSTS
- Por defecto
- localhost,127.0.0.1
- Valor
- localhost,127.0.0.1
Comma-separated origins trusted for CSRF. Must include the exact scheme://host:port you use to reach the WebUI.
- Objetivo
- CSRF_TRUSTED_ORIGINS
- Por defecto
- http://localhost:8000,http://127.0.0.1:8000
- Valor
- http://localhost:8000,http://127.0.0.1:8000
Enable Django debug mode. Leave false for normal use.
- Objetivo
- DJANGO_DEBUG
- Por defecto
- false
- Valor
- false
Optional. Interval in seconds between watchlist auto-downloads (e.g. 14400 for 4 hours). Leave blank to disable.
- Objetivo
- WATCHLIST_AUTO_INTERVAL_SECONDS
Categorías
Detalles
ghcr.io/astraelabs/vibravid:latestEjecute VibraVid en Unraid.
VibraVid se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.