diff --git a/README.md b/README.md index d2d21568..3181ae72 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,13 @@ Ansible config and a bunch of Docker containers. * A Docker host with Portainer for image and container management * An automatic dynamic DNS updater if you use Cloudflare to host your domain DNS * A Personal finance manager +* eBook management with calibre-web ### Docker Containers Used * [Airsonic](https://airsonic.github.io/) - catalog and stream music * [Bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) - Self-Hosting port of password manager +* [Calibre](https://hub.docker.com/r/linuxserver/calibre-web) - eBook Library * [Cloudflare DDNS](https://hub.docker.com/r/joshuaavalon/cloudflare-ddns/) - automatically update Cloudflare with your IP address * [CouchPotato](https://couchpota.to/) - for downloading and managing movies * [Duplicati](https://www.duplicati.com/) - for backing up your stuff diff --git a/docs/applications/calibre.md b/docs/applications/calibre.md new file mode 100644 index 00000000..3d55f9aa --- /dev/null +++ b/docs/applications/calibre.md @@ -0,0 +1,20 @@ +# 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. \ No newline at end of file diff --git a/docs/configuration/application_ports.md b/docs/configuration/application_ports.md index f0f8e848..a03a9978 100644 --- a/docs/configuration/application_ports.md +++ b/docs/configuration/application_ports.md @@ -7,6 +7,7 @@ By default, applications can be found on the ports listed below. | Couchpotato | 5050 | | | Bitwarden "hub" | 3012 | Web Not. | | Bitwarden | 19080 | HTTP | +| Calibre | 8084 | HTTP | | Duplicati | 8200 | | | Emby | 8096 | HTTP | | Emby | 8920 | HTTPS |