linuxserver / docker-calibre

GNU General Public License v3.0
338 stars 62 forks source link

[FEAT] Recommend additional /books mount to avoid polluting with home directory files #152

Closed valankar closed 2 months ago

valankar commented 2 months ago

Is this a new feature request?

Wanted change

The readme states to use a /config mount point for Calibre's database and library. This directory seems to end up as the home directory and gets polluted with directories such as ssl and .cache. It is not a great location to store books. A better recommendation would be to mount /books as well and use that for the book/database location, and keeping the /config separate for the docker container files.

Reason for change

Seeing ssl directory in my books location with the private key surprised me. Also .cache, etc which had nothing to do with books.

Proposed code change

No response

github-actions[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 2 months ago

That folder is meant to be Calibre's library. Not yours.

You view the calibre library through its gui or through companion apps like calibre-web.