VibraVid
VibraVid
Docker app from Yusseiin's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Shell
bash- Privileged
- false
Template configuration
HTTP port for the VibraVid web interface.
- Target
- 8000
- Default
- 8000
- Value
- 8000
Where downloaded videos are stored.
- Target
- /app/Video
- Default
- /mnt/user/downloads/vibravid
- Value
- /mnt/user/downloads/vibravid
Holds config.json and login.json. Must be pre-seeded by the one-time setup script (see Overview).
- Target
- /app/Conf
- Default
- /mnt/user/appdata/vibravid/Conf
- Value
- /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.
- Target
- /app/GUI/db.sqlite3
- Default
- /mnt/user/appdata/vibravid/db.sqlite3
- Value
- /mnt/user/appdata/vibravid/db.sqlite3
Application logs.
- Target
- /app/logs
- Default
- /mnt/user/appdata/vibravid/logs
- Value
- /mnt/user/appdata/vibravid/logs
Secret key for Django sessions/CSRF. CHANGE this to a long random string before exposing the app.
- Target
- DJANGO_SECRET_KEY
- Value
- 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
- Target
- ALLOWED_HOSTS
- Default
- localhost,127.0.0.1
- Value
- localhost,127.0.0.1
Comma-separated origins trusted for CSRF. Must include the exact scheme://host:port you use to reach the WebUI.
- Target
- CSRF_TRUSTED_ORIGINS
- Default
- http://localhost:8000,http://127.0.0.1:8000
- Value
- http://localhost:8000,http://127.0.0.1:8000
Enable Django debug mode. Leave false for normal use.
- Target
- DJANGO_DEBUG
- Default
- false
- Value
- false
Optional. Interval in seconds between watchlist auto-downloads (e.g. 14400 for 4 hours). Leave blank to disable.
- Target
- WATCHLIST_AUTO_INTERVAL_SECONDS
Categories
Details
ghcr.io/astraelabs/vibravid:latestRun VibraVid on Unraid.
VibraVid is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.