2018-08-13 17:11:42 +00:00
|
|
|
====================
|
2018-08-14 12:33:04 +00:00
|
|
|
Calibre-web README
|
2018-08-13 17:11:42 +00:00
|
|
|
====================
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2018-08-14 05:10:58 +00:00
|
|
|
Password: changme
|
2018-08-13 17:11:42 +00:00
|
|
|
|
2018-08-15 13:35:10 +00:00
|
|
|
When a configuration is not found calibre-web uses its default administration credentials.
|
|
|
|
|
|
|
|
Username: admin
|
|
|
|
|
|
|
|
Password: admin123
|
|
|
|
|
|
|
|
|
2018-08-13 17:11:42 +00:00
|
|
|
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
|
2018-08-14 02:29:59 +00:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
You can login using the default administration account. Then select "Configuration"
|
|
|
|
under admin panel.
|
|
|
|
|
2018-08-15 13:35:10 +00:00
|
|
|
The default database path is /library/calibre-web/
|
|
|
|
|
2018-08-14 02:29:59 +00:00
|
|
|
Upgrading
|
|
|
|
---------
|
|
|
|
Reinstalling Calibre-web automatically upgrades to the latest version. Please backup your configuration
|
2018-08-14 06:08:37 +00:00
|
|
|
before reinstalling. To retain your configuration set calibreweb_provision variable to False.
|
2018-08-14 02:29:59 +00:00
|
|
|
|
|
|
|
You can manually upgrade while following commands:
|
|
|
|
|
|
|
|
$ cd /opt/calibre-web
|
|
|
|
|
|
|
|
$ sudo git pull
|
|
|
|
|
|
|
|
Backup Content
|
|
|
|
--------------
|
2018-08-14 12:33:04 +00:00
|
|
|
Calibre-web stores its configuration into SQLite database file /library/calibre-web/app.db.
|
2018-08-14 02:29:59 +00:00
|
|
|
The content is stored in various folders under /library/calibre-web. Please backup the files before
|
2018-08-14 06:08:37 +00:00
|
|
|
upgrading. Also set calibreweb_provision variable to False before upgrading.
|
2018-08-14 02:29:59 +00:00
|
|
|
|
|
|
|
Known Issues
|
|
|
|
------------
|
|
|
|
Current implementation of the calibre-web in Internet in a box doesn't include https/SSL configuration.
|
2018-08-14 03:04:48 +00:00
|
|
|
Some of the administration login urls might not work.
|