-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using google drive #27
Comments
- 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
Please try my latest release v1.1.11 where you've the possibility to map calibre-web/app and get access to the cps directory at calibre-web/app/cps At the README.md you'll find also the details - here an example how the volume mapping looks like:
|
@Technosoft2000 thank you. I was able to setup google drive. By any chance do you know what goes in the Calibre Base URL field if I use calibre via docker container (docker-rdp-calibre). I open it via guacamole using rdp so I'm not sure what to enter |
@saitoh183 I'm sorry I've no idea what's there the correct setting. |
I figured it out. The thing is that using the Google drive setup in Calibre-web allows calibreweb to auto sync your metadata.db to google drive when it gets modified. So it shouldn't get corrupted. But i get your point. |
Following the instructions on the calibre-web git.. step 8 it says to copy the json file to
calibre-web/cps
but this path only exist in the container. I cant make it persistent because it is only created when i start the docker container...So what do i do?The text was updated successfully, but these errors were encountered: