bindery
Docker 应用程序 from Selfhosters
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:8787]/- 网络
bridge- 特权
- false
- 额外参数
--user 99:100
模板配置
HTTP port for the web interface, API, and OPDS catalogue.
- 目标
- 8787
- 默认值
- 8787
- 价值
- 8787
SQLite database, image cache, and backups. Must persist across container restarts.
- 目标
- /config
- 默认值
- /mnt/user/appdata/bindery
- 价值
- /mnt/user/appdata/bindery
Imported ebook library root. Bindery moves/copies/hardlinks files here from Downloads after import.
- 目标
- /books
Optional separate root for imported audiobook folders. Leave blank to keep audiobooks under /books. If you map a path here, also set BINDERY_AUDIOBOOK_DIR=/audiobooks below.
- 目标
- /audiobooks
Watch folder for completed downloads. Should match the path SABnzbd / qBittorrent writes to.
- 目标
- /downloads
Log verbosity: debug, info, warn, error.
- 目标
- BINDERY_LOG_LEVEL
- 默认值
- info|debug|warn|error
UID the container will validate against. Must match the UID half of the --user flag in Extra Parameters. Default 99 = Unraid 'nobody'.
- 目标
- BINDERY_PUID
- 默认值
- 99
- 价值
- 99
GID the container will validate against. Must match the GID half of the --user flag in Extra Parameters. Default 100 = Unraid 'users'.
- 目标
- BINDERY_PGID
- 默认值
- 100
- 价值
- 100
Set to /audiobooks if you mapped a separate Audiobooks path above. If blank, audiobooks are imported into /books alongside ebooks.
- 目标
- BINDERY_AUDIOBOOK_DIR
Subpath prefix when hosting behind a reverse proxy at /bindery (e.g. SWAG / Nginx Proxy Manager). Leave blank for root.
- 目标
- BINDERY_URL_BASE
Comma-separated CIDR list of reverse proxies allowed to set X-Forwarded-* headers. Required if you rely on X-Forwarded-For for auth or rate limits.
- 目标
- BINDERY_TRUSTED_PROXY
Session cookie Secure flag: auto (detect TLS via X-Forwarded-Proto), always, or never.
- 目标
- BINDERY_COOKIE_SECURE
- 默认值
- auto|always|never
Comma-separated from:to pairs, used when SABnzbd / qBittorrent reports a path that doesn't match what Bindery sees. Example: /downloads:/data/downloads
- 目标
- BINDERY_DOWNLOAD_PATH_REMAP
Set to 1 to allow webhook destinations on RFC1918 networks (ntfy / Home Assistant on the LAN). Default false blocks them as SSRF protection.
- 目标
- BINDERY_NOTIFICATIONS_ALLOW_PRIVATE
- 默认值
- false
- 价值
- false
One-time seed for the persisted API key. Leave blank to let Bindery generate one on first boot; rotate from the WebUI afterwards.
- 目标
- BINDERY_API_KEY
详细信息
ghcr.io/vavallee/bindery:latest在Unraid 上运行 Bindery 。
Bindery 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。