VibraVid
Docker-Anwendung from Yusseiin's Repository
Übersicht
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8000]- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
HTTP port for the VibraVid web interface.
- Ziel
- 8000
- Standard
- 8000
- Wert
- 8000
Where downloaded videos are stored.
- Ziel
- /app/Video
- Standard
- /mnt/user/downloads/vibravid
- Wert
- /mnt/user/downloads/vibravid
Holds config.json and login.json. Must be pre-seeded by the one-time setup script (see Overview).
- Ziel
- /app/Conf
- Standard
- /mnt/user/appdata/vibravid/Conf
- Wert
- /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.
- Ziel
- /app/GUI/db.sqlite3
- Standard
- /mnt/user/appdata/vibravid/db.sqlite3
- Wert
- /mnt/user/appdata/vibravid/db.sqlite3
Application logs.
- Ziel
- /app/logs
- Standard
- /mnt/user/appdata/vibravid/logs
- Wert
- /mnt/user/appdata/vibravid/logs
Secret key for Django sessions/CSRF. CHANGE this to a long random string before exposing the app.
- Ziel
- DJANGO_SECRET_KEY
- Wert
- 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
- Ziel
- ALLOWED_HOSTS
- Standard
- localhost,127.0.0.1
- Wert
- localhost,127.0.0.1
Comma-separated origins trusted for CSRF. Must include the exact scheme://host:port you use to reach the WebUI.
- Ziel
- CSRF_TRUSTED_ORIGINS
- Standard
- http://localhost:8000,http://127.0.0.1:8000
- Wert
- http://localhost:8000,http://127.0.0.1:8000
Enable Django debug mode. Leave false for normal use.
- Ziel
- DJANGO_DEBUG
- Standard
- false
- Wert
- false
Optional. Interval in seconds between watchlist auto-downloads (e.g. 14400 for 4 hours). Leave blank to disable.
- Ziel
- WATCHLIST_AUTO_INTERVAL_SECONDS
Kategorien
Einzelheiten
ghcr.io/astraelabs/vibravid:latestFühren Sie VibraVid auf Unraid aus.
VibraVid ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.