linuxserver / docker-calibre

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

Run only the content server? #38

Closed Diaoul closed 3 years ago

Diaoul commented 3 years ago

Would it be possible to run only the content server of calibre? If so, should this be an option in this image or should it be a separate image?

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

aptalca commented 3 years ago

Not possible with this image. If you want just a webserver, you can look into calibre-web or cops

Diaoul commented 3 years ago

I meant the calibre content server which is part of calibre, not some 3rd party tool that reuses the database file. Having multiple applications using the same database causes locking issues.

danielwagn3r commented 3 years ago

You can configure calibre to run the content server on startup, when #44 is fixed this image does what you are trying to do

aptalca commented 3 years ago

I meant the calibre content server which is part of calibre, not some 3rd party tool that reuses the database file. Having multiple applications using the same database causes locking issues.

You're asking about only running the calibre content server. I'm suggesting using calibre-web only (or cops only), not multiple things accessing it at the same time.

In any case, currently not possible and no plans to add the original request. Also the content server needs to first be enabled in calibre settings.