2020-04-26 01:13:45 +00:00
# Calibre-web
2019-09-01 09:03:23 +00:00
2020-04-26 01:17:42 +00:00
Homepage: [https://github.com/janeczku/calibre-web ](https://github.com/janeczku/calibre-web )
2019-09-01 09:03:23 +00:00
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
## Usage
2020-01-25 23:40:26 +00:00
Set `calibre_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
2019-09-01 09:03:23 +00:00
## Specific Configuration
2020-04-25 22:25:02 +00:00
Requires Calibre ebook management program. Available for download [here ](https://calibre-ebook.com/download ).
2020-04-25 05:44:15 +00:00
2019-10-13 21:29:55 +00:00
### Admin login
2019-09-01 09:03:23 +00:00
2019-10-13 21:29:55 +00:00
**Default admin login:** Username: admin Password: admin123
### eBook Conversion
If you do not need eBook conversion you can disable it to save resources by setting the `calibre_ebook_conversion` variable in `group_vars/all.yml` file to be empty.
- Conversion enabled: `calibre_ebook_conversion: "linuxserver/calibre-web:calibre"`
- Conversion disabled: `calibre_ebook_conversion: ""`
You can target just Calibre by appending `-t calibre` to your `ansible-playbook` command.