bindery

bindery

Application Docker from Selfhosters

Vue d'ensemble

Bindery is a self-hosted ebook and audiobook automation server. Search OpenLibrary, Hardcover, and DNB for books and authors; monitor authors and series; hand requests to your *arr-style indexers and download client (NZB or torrent); import completed files into your library with proper metadata; serve an OPDS 1.2 catalogue to e-readers. Distroless image, Apache 2.0. First-run: open the WebUI to create an admin account. No env vars required for auth. Default user is 99:100. If you change PUID/PGID, also change the --user value in Extra Parameters; the container will fail fast if they don't match.

Arguments d'exécution

Interface utilisateur Web
http://[IP]:[PORT:8787]/
Réseau
bridge
Privilégié
false
Paramètres supplémentaires
--user 99:100

Configuration du modèle

WebUIPorttcp

HTTP port for the web interface, API, and OPDS catalogue.

Cible
8787
Défaut
8787
Valeur
8787
ConfigPathrw

SQLite database, image cache, and backups. Must persist across container restarts.

Cible
/config
Défaut
/mnt/user/appdata/bindery
Valeur
/mnt/user/appdata/bindery
BooksPathrw

Imported ebook library root. Bindery moves/copies/hardlinks files here from Downloads after import.

Cible
/books
AudiobooksPathrw

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.

Cible
/audiobooks
DownloadsPathrw

Watch folder for completed downloads. Should match the path SABnzbd / qBittorrent writes to.

Cible
/downloads
Log LevelVariable

Log verbosity: debug, info, warn, error.

Cible
BINDERY_LOG_LEVEL
Défaut
info|debug|warn|error
PUIDVariable

UID the container will validate against. Must match the UID half of the --user flag in Extra Parameters. Default 99 = Unraid 'nobody'.

Cible
BINDERY_PUID
Défaut
99
Valeur
99
PGIDVariable

GID the container will validate against. Must match the GID half of the --user flag in Extra Parameters. Default 100 = Unraid 'users'.

Cible
BINDERY_PGID
Défaut
100
Valeur
100
Audiobook DirectoryVariable

Set to /audiobooks if you mapped a separate Audiobooks path above. If blank, audiobooks are imported into /books alongside ebooks.

Cible
BINDERY_AUDIOBOOK_DIR
URL BaseVariable

Subpath prefix when hosting behind a reverse proxy at /bindery (e.g. SWAG / Nginx Proxy Manager). Leave blank for root.

Cible
BINDERY_URL_BASE
Trusted ProxiesVariable

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.

Cible
BINDERY_TRUSTED_PROXY
Cookie SecureVariable

Session cookie Secure flag: auto (detect TLS via X-Forwarded-Proto), always, or never.

Cible
BINDERY_COOKIE_SECURE
Défaut
auto|always|never
Download Path RemapVariable

Comma-separated from:to pairs, used when SABnzbd / qBittorrent reports a path that doesn't match what Bindery sees. Example: /downloads:/data/downloads

Cible
BINDERY_DOWNLOAD_PATH_REMAP
Allow Private Webhook URLsVariable

Set to 1 to allow webhook destinations on RFC1918 networks (ntfy / Home Assistant on the LAN). Default false blocks them as SSRF protection.

Cible
BINDERY_NOTIFICATIONS_ALLOW_PRIVATE
Défaut
false
Valeur
false
API Key SeedVariable

One-time seed for the persisted API key. Leave blank to let Bindery generate one on first boot; rotate from the WebUI afterwards.

Cible
BINDERY_API_KEY

Détails

Référentiel
ghcr.io/vavallee/bindery:latest
Dernière mise à jour2026-05-31
Première vue2026-05-10

Exécutez Bindery sur Unraid.

Bindery est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.