Skip to content
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

Closed
saitoh183 opened this issue Apr 11, 2018 · 4 comments
Closed

using google drive #27

saitoh183 opened this issue Apr 11, 2018 · 4 comments
Labels

Comments

@saitoh183
Copy link

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?

Technosoft2000 added a commit that referenced this issue Apr 14, 2018
- 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
@Technosoft2000
Copy link
Owner

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:

docker create --name=calibre-web --restart=always \
-v /volume1/books/calibre:/books \
-v /volume1/docker/apps/calibre-web/app:/calibre-web/app \
-v /volume1/docker/apps/calibre-web/config:/calibre-web/config \
-v /volume1/docker/apps/calibre-web/kindlegen:/calibre-web/kindlegen \
-e PGID=65539 -e PUID=1029 \
-p 8083:8083 \
technosoft2000/calibre-web

@saitoh183
Copy link
Author

@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

@Technosoft2000
Copy link
Owner

@saitoh183 I'm sorry I've no idea what's there the correct setting.
Nevertheless you shouldn't use two different solutions at the same time on the same Calibre library, because it could damage your Calibre database file.

@saitoh183
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants