VibraVid
Application Docker from Yusseiin's Repository
Vue d'ensemble
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:8000]- Réseau
bridge- Coquille
bash- Privilégié
- false
Configuration du modèle
HTTP port for the VibraVid web interface.
- Cible
- 8000
- Défaut
- 8000
- Valeur
- 8000
Where downloaded videos are stored.
- Cible
- /app/Video
- Défaut
- /mnt/user/downloads/vibravid
- Valeur
- /mnt/user/downloads/vibravid
Holds config.json and login.json. Must be pre-seeded by the one-time setup script (see Overview).
- Cible
- /app/Conf
- Défaut
- /mnt/user/appdata/vibravid/Conf
- Valeur
- /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.
- Cible
- /app/GUI/db.sqlite3
- Défaut
- /mnt/user/appdata/vibravid/db.sqlite3
- Valeur
- /mnt/user/appdata/vibravid/db.sqlite3
Application logs.
- Cible
- /app/logs
- Défaut
- /mnt/user/appdata/vibravid/logs
- Valeur
- /mnt/user/appdata/vibravid/logs
Secret key for Django sessions/CSRF. CHANGE this to a long random string before exposing the app.
- Cible
- DJANGO_SECRET_KEY
- Valeur
- 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
- Cible
- ALLOWED_HOSTS
- Défaut
- localhost,127.0.0.1
- Valeur
- localhost,127.0.0.1
Comma-separated origins trusted for CSRF. Must include the exact scheme://host:port you use to reach the WebUI.
- Cible
- CSRF_TRUSTED_ORIGINS
- Défaut
- http://localhost:8000,http://127.0.0.1:8000
- Valeur
- http://localhost:8000,http://127.0.0.1:8000
Enable Django debug mode. Leave false for normal use.
- Cible
- DJANGO_DEBUG
- Défaut
- false
- Valeur
- false
Optional. Interval in seconds between watchlist auto-downloads (e.g. 14400 for 4 hours). Leave blank to disable.
- Cible
- WATCHLIST_AUTO_INTERVAL_SECONDS
Catégories
Détails
ghcr.io/astraelabs/vibravid:latestExécutez VibraVid sur Unraid.
VibraVid est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.