Merge pull request #217 from mwelsch/main
Added doc how to enable ebook converter in calibre web
This commit is contained in:
commit
03716cd497
1 changed files with 8 additions and 0 deletions
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue