emby-watchparty
Docker 应用程序 from Mahesvara's Toolshed
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:5000]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Port for the emby-watchparty web interface.
- 目标
- 5000
- 默认值
- 5000
- 价值
- 5000
Full URL to your Emby server, e.g. http://192.168.1.100:8096
- 目标
- EMBY_SERVER_URL
- 默认值
- http://192.168.1.x:8096
- 价值
- http://192.168.1.x:8096
Your Emby API key. Generate one in Emby Dashboard > Advanced > API Keys.
- 目标
- EMBY_API_KEY
Emby username used to authenticate and proxy HLS streams.
- 目标
- EMBY_USERNAME
Password for the Emby user above.
- 目标
- EMBY_PASSWORD
URL prefix for reverse proxy deployments (e.g. /watchparty). Leave empty for root deployment.
- 目标
- APP_PREFIX
Require Emby login to access the web UI (true/false). Leave false for open guest access.
- 目标
- REQUIRE_LOGIN
- 默认值
- false
- 价值
- false
Session expiry in seconds. Default 86400 (24 hours).
- 目标
- SESSION_EXPIRY
- 默认值
- 86400
- 价值
- 86400
Keep a single persistent party alive across restarts (true/false). Users navigating to / are redirected straight into the party.
- 目标
- STATIC_SESSION_ENABLED
- 默认值
- false
- 价值
- false
Fixed party ID used when Static Session Enabled is true. Uppercase.
- 目标
- STATIC_SESSION_ID
- 默认值
- PARTY
- 价值
- PARTY
Logging level: DEBUG, INFO, WARNING, or ERROR.
- 目标
- LOG_LEVEL
- 默认值
- INFO
- 价值
- INFO
Log level for stdout/console output. Default WARNING keeps Docker logs quiet.
- 目标
- CONSOLE_LOG_LEVEL
- 默认值
- WARNING
- 价值
- WARNING
Set to false (recommended for Docker) to output logs to stdout only. Set to true to write logs to a file inside the container.
- 目标
- LOG_TO_FILE
- 默认值
- false
- 价值
- false
Path to the log file inside the container. Only used when Log To File is true.
- 目标
- LOG_FILE
- 默认值
- logs/emby-watchparty.log
- 价值
- logs/emby-watchparty.log
Maximum size of the log file in megabytes before rotation.
- 目标
- LOG_MAX_SIZE
- 默认值
- 10
- 价值
- 10
Maximum users per watch party. 0 means unlimited.
- 目标
- MAX_USERS_PER_PARTY
- 默认值
- 0
- 价值
- 0
Validate HLS stream tokens so only party members can fetch segments (true/false).
- 目标
- ENABLE_HLS_TOKEN_VALIDATION
- 默认值
- true
- 价值
- true
How long HLS tokens remain valid, in seconds. Default 86400 (24 hours).
- 目标
- HLS_TOKEN_EXPIRY
- 默认值
- 86400
- 价值
- 86400
Enable per-IP rate limiting on API endpoints (true/false).
- 目标
- ENABLE_RATE_LIMITING
- 默认值
- true
- 价值
- true
Maximum party creations per IP per hour.
- 目标
- RATE_LIMIT_PARTY_CREATION
- 默认值
- 5
- 价值
- 5
Maximum API calls per IP per minute.
- 目标
- RATE_LIMIT_API_CALLS
- 默认值
- 1000
- 价值
- 1000
Optional: mount a .env file into the container. If set, values in this file will be used. Individual env vars above take precedence.
- 目标
- /app/.env
- 默认值
- /mnt/user/appdata/emby-watchparty/.env
- 价值
- /mnt/user/appdata/emby-watchparty/.env
Path on the host where emby-watchparty will store any persistent config or state.
- 目标
- /app/config
- 默认值
- /mnt/user/appdata/emby-watchparty
- 价值
- /mnt/user/appdata/emby-watchparty
详细信息
ghcr.io/oratorian/emby-watchparty:latest在Unraid 上运行 emby-watchparty 。
emby-watchparty 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。