1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/roles/calibre-web
2018-08-15 20:35:45 +07:00
..
defaults Calibre-Web initial Import 2018-08-15 20:35:45 +07:00
tasks Calibre-Web initial Import 2018-08-15 20:35:45 +07:00
templates Calibre-Web initial Import 2018-08-15 20:35:45 +07:00
README.rst Calibre-Web initial Import 2018-08-15 20:35:45 +07:00

====================
Calibre Web README
====================

This Ansible role installs Calibre Web within Internet-in-a-Box. Calibre Web is
a web app providing a clean interface for browsing, reading and downloading eBooks
using an existing Calibre database.

Access
------

If enabled and with the default settings Calibre-web should be accessible at http://box/calibre-web.
This is front-end application running under Apache2 httpd.

To login to Calibre-web enter

  Username: admin

  Password: admin123

Backend
--------
You can manage the backend Calibre-web server manually with the following commands:

  systemctl enable calibre-web

  systemctl start calibre-web

  systemctl status calibre-web

  systemctl stop calibre-web