mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
6ae6564109
[] link pointed to docker image but () linked to app site, app site is more appropriate and should rule over the docker image (Though I'd like to add all docker images' links to all the docs)
883 B
883 B
Calibre-web
Homepage: 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 inventories/<your_inventory>/nas.yml
file.
Specific Configuration
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.