You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added support for setting the Calibre Web application folder (see ticket #27)
- updated python `requirements` and `optional requirements`at dockerfile
- added Container Directory Structure information at README.md (see ticket #24)
- kindlegen archive will be downloaded on container startup into `/calibre-web/kindlegen` and is not directly included in the image anymore
- ownership of symlink of `app.db`, `gdrive.db` and `kindlegen` is changed from _root_ to the _calibre_ user & group
@@ -137,6 +159,8 @@ Accessing http://'host':8080 (e.g. http://192.168.0.10:8080) would then show you
137
159
### Details ###
138
160
*`-p 8083` - http port for the web user interface
139
161
*`-v /books` - local path which contains the Calibre books and the necessary `metadata.db` which holds all collected meta-information of the books
162
+
*`-v /calibre-web/app` - local path for Calibre Web application files; set this volume if you want to use Google Drive
163
+
*`-v /calibre-web/kindlegen` - local path for Calibre Web kindlegen application
140
164
*`-v /etc/localhost` - for timesync - __optional__
141
165
*`-v /calibre-web/config` - local path for Calibre Web config files, like `app.db` and `gdrive.db`; **IMPORTANT**: the environment variable `USE_CONFIG_DIR` must be set to `true` - __optional__
142
166
*`-e USE_CONFIG_DIR=true` - activate the usage of a dedicated configuration directory, otherwise the `books` directory will be used (default) - __optional__
@@ -177,6 +201,35 @@ In this instance PUID=1001 and PGID=1001. To find yours use id user as below:
0 commit comments