bindery
Aplicación Docker from Selfhosters
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8787]/- Red
bridge- Privilegiado
- false
- Parámetros adicionales
--user 99:100
Configuración de plantillas
HTTP port for the web interface, API, and OPDS catalogue.
- Objetivo
- 8787
- Por defecto
- 8787
- Valor
- 8787
SQLite database, image cache, and backups. Must persist across container restarts.
- Objetivo
- /config
- Por defecto
- /mnt/user/appdata/bindery
- Valor
- /mnt/user/appdata/bindery
Imported ebook library root. Bindery moves/copies/hardlinks files here from Downloads after import.
- Objetivo
- /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.
- Objetivo
- /audiobooks
Watch folder for completed downloads. Should match the path SABnzbd / qBittorrent writes to.
- Objetivo
- /downloads
Log verbosity: debug, info, warn, error.
- Objetivo
- BINDERY_LOG_LEVEL
- Por defecto
- 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'.
- Objetivo
- BINDERY_PUID
- Por defecto
- 99
- Valor
- 99
GID the container will validate against. Must match the GID half of the --user flag in Extra Parameters. Default 100 = Unraid 'users'.
- Objetivo
- BINDERY_PGID
- Por defecto
- 100
- Valor
- 100
Set to /audiobooks if you mapped a separate Audiobooks path above. If blank, audiobooks are imported into /books alongside ebooks.
- Objetivo
- BINDERY_AUDIOBOOK_DIR
Subpath prefix when hosting behind a reverse proxy at /bindery (e.g. SWAG / Nginx Proxy Manager). Leave blank for root.
- Objetivo
- 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.
- Objetivo
- BINDERY_TRUSTED_PROXY
Session cookie Secure flag: auto (detect TLS via X-Forwarded-Proto), always, or never.
- Objetivo
- BINDERY_COOKIE_SECURE
- Por defecto
- 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
- Objetivo
- 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.
- Objetivo
- BINDERY_NOTIFICATIONS_ALLOW_PRIVATE
- Por defecto
- false
- Valor
- false
One-time seed for the persisted API key. Leave blank to let Bindery generate one on first boot; rotate from the WebUI afterwards.
- Objetivo
- BINDERY_API_KEY
Detalles
ghcr.io/vavallee/bindery:latestEjecute Bindery en Unraid.
Bindery se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.