About Calibre
Calibre is a cross-platform open-source suite of e-book software. Calibre supports organizing existing e-books into virtual libraries, displaying, editing, creating and converting e-books, as well as syncing e-books with a variety of e-readers. Editing books is supported for EPUB and AZW3 formats.
Website: https://calibre-ebook.com/
Wiki: https://calibre-ebook.com/help
Calibre-Web GitHub Repository: https://github.com/janeczku/calibre-web
The installation of Calibre within the QuickBox environment will install both the Calibre server database as well as the Calibre-Web interface for easy browsing, reading and downloading of eBooks stored in the Calibre database.
Calibre Details
Calibre
User availability .MU. | |
This is a multi-user application. Can be installed by any user in the Application Access group. |
Location and Port Information
CLI Usage
Articles
Install Location | /home/${username}/calibre/ |
Config Location | N/A (handled in-app) |
Database Location | |
Library | /home/${username}/calibre/library/ |
Web | /home/${username}/calibre/web/ |
Nginx Location | /etc/nginx/apps/${username}.calibre.conf |
Service Location | /etc/systemd/system/[email protected] |
Web Port | Autogenerated between 8000-9000 |
### INSTALL qb install calibre ${username} ### UNINSTALL qb remove calibre ${username} ### REINSTALL qb reinstall calibre ${username} ### UPDATE qb update calibre ${username}