From 77b6f79213aa8dc694442f864b3be8d7cc2c62b2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 6 Aug 2023 13:02:59 -0400 Subject: [PATCH] calibre-web/README.rst: Touchups --- roles/calibre-web/README.rst | 40 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 9ac41ff27..9168a5f03 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -23,7 +23,7 @@ download e-books using a `Calibre-compatible database `_. Teachers upload e-books, adjust e-book metadata, and create custom "bookshelf" -collections — to help students build the best local library! +collections — to help students build the best local community library! .. image:: https://www.yankodesign.com/images/design_news/2019/05/221758/luo_beetle_library_8.jpg @@ -77,25 +77,6 @@ Try Calibre-Web on your own IIAB by browsing to http://box/books (or http://box. * If you lose your password, you can change it with the ``-s [username]:[newpassword]`` command-line option: https://github.com/janeczku/calibre-web/wiki/FAQ#what-do-i-do-if-i-lose-my-admin-password -Backend -------- - -You can manage the backend Calibre-Web server with these systemd commands:: - - systemctl enable calibre-web - systemctl restart calibre-web - systemctl status calibre-web - systemctl stop calibre-web - -Errors and warnings can be seen if you run:: - - journalctl -u calibre-web - -Log verbosity level can be -`adjusted `_ -within Calibre-Web's **Configuration > Basic Configuration > Logfile -Configuration** (details below). - Configuration ------------- @@ -119,6 +100,25 @@ See also:: Finally, take note of Calibre-Web's `FAQ `_ and official docs on its `Runtime Configuration Options `_ and `Command Line Interface `_. +Backend +------- + +You can manage the backend Calibre-Web server with these systemd commands:: + + systemctl enable calibre-web + systemctl restart calibre-web + systemctl status calibre-web + systemctl stop calibre-web + +Errors and warnings can be seen if you run:: + + journalctl -u calibre-web + +Log verbosity level can be +`adjusted `_ +within Calibre-Web's **Configuration > Basic Configuration > Logfile +Configuration** (details below). + Back Up Everything ------------------