bindery
Docker-Anwendung from Selfhosters
Übersicht
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8787]/- Netzwerk
bridge- Privilegiert
- false
- Extra Params
--user 99:100
Konfiguration der Vorlage
HTTP port for the web interface, API, and OPDS catalogue.
- Ziel
- 8787
- Standard
- 8787
- Wert
- 8787
SQLite database, image cache, and backups. Must persist across container restarts.
- Ziel
- /config
- Standard
- /mnt/user/appdata/bindery
- Wert
- /mnt/user/appdata/bindery
Imported ebook library root. Bindery moves/copies/hardlinks files here from Downloads after import.
- Ziel
- /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.
- Ziel
- /audiobooks
Watch folder for completed downloads. Should match the path SABnzbd / qBittorrent writes to.
- Ziel
- /downloads
Log verbosity: debug, info, warn, error.
- Ziel
- BINDERY_LOG_LEVEL
- Standard
- 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'.
- Ziel
- BINDERY_PUID
- Standard
- 99
- Wert
- 99
GID the container will validate against. Must match the GID half of the --user flag in Extra Parameters. Default 100 = Unraid 'users'.
- Ziel
- BINDERY_PGID
- Standard
- 100
- Wert
- 100
Set to /audiobooks if you mapped a separate Audiobooks path above. If blank, audiobooks are imported into /books alongside ebooks.
- Ziel
- BINDERY_AUDIOBOOK_DIR
Subpath prefix when hosting behind a reverse proxy at /bindery (e.g. SWAG / Nginx Proxy Manager). Leave blank for root.
- Ziel
- 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.
- Ziel
- BINDERY_TRUSTED_PROXY
Session cookie Secure flag: auto (detect TLS via X-Forwarded-Proto), always, or never.
- Ziel
- BINDERY_COOKIE_SECURE
- Standard
- 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
- Ziel
- 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.
- Ziel
- BINDERY_NOTIFICATIONS_ALLOW_PRIVATE
- Standard
- false
- Wert
- false
One-time seed for the persisted API key. Leave blank to let Bindery generate one on first boot; rotate from the WebUI afterwards.
- Ziel
- BINDERY_API_KEY
Einzelheiten
ghcr.io/vavallee/bindery:latestFühren Sie Bindery auf Unraid aus.
Bindery ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.