From 8b628f96024b415c970348a30df69d040715f618 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 26 Jul 2023 06:43:04 -0400 Subject: [PATCH] calibre-web/README.rst: Clarify ebook-convert may need ~1GB --- roles/calibre-web/README.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 418e4a57a..d55cd0949 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -18,16 +18,18 @@ e-books using an existing Calibre database. Teachers can upload e-books, adjust e-book metadata, and create custom e-book collections ("bookshelves"): https://github.com/janeczku/calibre-web#about -This Ansible role installs Calibre-Web as part of your Internet-in-a-Box (IIAB) -as a possible alternative to Calibre. +This Ansible role installs Calibre-Web, as a modern alternative to Calibre, for +your Internet-in-a-Box (IIAB). -*WARNING: Calibre-Web depends on Calibre's own* ``/usr/bin/ebook-convert`` *program, -so we strongly recommend you also install Calibre during your IIAB -installation!* +*NOTE: Calibre-Web takes advantage of Calibre's own +`/usr/bin/ebook-convert `_ +program if that's installed — so consider installing Calibre during your IIAB +installation — if you tolerate the weighty ~1 GB (of graphical OS libraries) +that Calibre mandates!* -Please note Calibre-Web's Ansible playbook is ``/opt/iiab/iiab/roles/calibre-web`` -whereas its Ansible variables ``calibreweb_*`` do **not** include the dash, -per Ansible recommendations. +Please note Calibre-Web's Ansible playbook is +``/opt/iiab/iiab/roles/calibre-web`` whereas its Ansible variables +``calibreweb_*`` do **not** include the dash, per Ansible recommendations. Using It --------