Merge pull request #217 from mwelsch/main

Added doc how to enable ebook converter in calibre web
This commit is contained in:
Julian-Samuel Gebühr 2024-06-21 13:54:13 +02:00 committed by GitHub
commit 03716cd497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,14 @@ calibre_web_path_prefix: /calibre-web
# src: /on-host/path/to/books # src: /on-host/path/to/books
# dst: /books # dst: /books
#
#
#
# Enable this extension explicitly to add the Calibre ebook-convert binary (x64 only). Omit this variable for a lightweight image.
# The path to the binary is /usr/bin/ebook-convert (has to be specified in the web interface)
#calibre_web_environment_variables_extension: |
# DOCKER_MODS=linuxserver/mods:universal-calibre
######################################################################## ########################################################################
# # # #
# /calibre-web # # /calibre-web #