mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-14 04:23:56 +00:00
20 lines
762 B
Markdown
20 lines
762 B
Markdown
|
# Calibre(-web) eBook Library
|
||
|
|
||
|
Homepage: [https://github.com/janeczku/calibre-web](https://github.com/linuxserver/docker-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 `group_vars/all.yml` file.
|
||
|
|
||
|
## Specific Configuration
|
||
|
|
||
|
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.
|