VibraVid
Docker 应用程序 from Yusseiin's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:8000]- 网络
bridge- 外壳
bash- 特权
- false
模板配置
HTTP port for the VibraVid web interface.
- 目标
- 8000
- 默认值
- 8000
- 价值
- 8000
Where downloaded videos are stored.
- 目标
- /app/Video
- 默认值
- /mnt/user/downloads/vibravid
- 价值
- /mnt/user/downloads/vibravid
Holds config.json and login.json. Must be pre-seeded by the one-time setup script (see Overview).
- 目标
- /app/Conf
- 默认值
- /mnt/user/appdata/vibravid/Conf
- 价值
- /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.
- 目标
- /app/GUI/db.sqlite3
- 默认值
- /mnt/user/appdata/vibravid/db.sqlite3
- 价值
- /mnt/user/appdata/vibravid/db.sqlite3
Application logs.
- 目标
- /app/logs
- 默认值
- /mnt/user/appdata/vibravid/logs
- 价值
- /mnt/user/appdata/vibravid/logs
Secret key for Django sessions/CSRF. CHANGE this to a long random string before exposing the app.
- 目标
- DJANGO_SECRET_KEY
- 价值
- 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
- 目标
- ALLOWED_HOSTS
- 默认值
- localhost,127.0.0.1
- 价值
- localhost,127.0.0.1
Comma-separated origins trusted for CSRF. Must include the exact scheme://host:port you use to reach the WebUI.
- 目标
- CSRF_TRUSTED_ORIGINS
- 默认值
- http://localhost:8000,http://127.0.0.1:8000
- 价值
- http://localhost:8000,http://127.0.0.1:8000
Enable Django debug mode. Leave false for normal use.
- 目标
- DJANGO_DEBUG
- 默认值
- false
- 价值
- false
Optional. Interval in seconds between watchlist auto-downloads (e.g. 14400 for 4 hours). Leave blank to disable.
- 目标
- WATCHLIST_AUTO_INTERVAL_SECONDS
详细信息
ghcr.io/astraelabs/vibravid:latest在Unraid 上运行 VibraVid 。
VibraVid 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。