ansible-nas/docs/applications/calibre.md
David Stephens 44f8d39188
Merge pull request #291 from bcurran3/Calibre-docs-reference-correctoins
Calibre -> Calibre-web - consistent and proper global naming convention
2020-09-02 14:02:27 +01:00

28 lines
974 B
Markdown

# Calibre-web
Homepage: [https://github.com/janeczku/calibre-web](https://github.com/janeczku/calibre-web)
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
## Usage
Set `calibre_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
## Specific Configuration
Requires Calibre ebook management program. Available for download [here](https://calibre-ebook.com/download).
### Admin login
**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.