mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-14 04:23:56 +00:00
Calibre-web Docs
This commit is contained in:
parent
86fe360945
commit
58a2ea6399
3 changed files with 23 additions and 0 deletions
|
@ -25,11 +25,13 @@ Ansible config and a bunch of Docker containers.
|
||||||
* A Docker host with Portainer for image and container management
|
* A Docker host with Portainer for image and container management
|
||||||
* An automatic dynamic DNS updater if you use Cloudflare to host your domain DNS
|
* An automatic dynamic DNS updater if you use Cloudflare to host your domain DNS
|
||||||
* A Personal finance manager
|
* A Personal finance manager
|
||||||
|
* eBook management with calibre-web
|
||||||
|
|
||||||
### Docker Containers Used
|
### Docker Containers Used
|
||||||
|
|
||||||
* [Airsonic](https://airsonic.github.io/) - catalog and stream music
|
* [Airsonic](https://airsonic.github.io/) - catalog and stream music
|
||||||
* [Bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) - Self-Hosting port of password manager
|
* [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
|
* [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
|
* [CouchPotato](https://couchpota.to/) - for downloading and managing movies
|
||||||
* [Duplicati](https://www.duplicati.com/) - for backing up your stuff
|
* [Duplicati](https://www.duplicati.com/) - for backing up your stuff
|
||||||
|
|
20
docs/applications/calibre.md
Normal file
20
docs/applications/calibre.md
Normal file
|
@ -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.
|
|
@ -7,6 +7,7 @@ By default, applications can be found on the ports listed below.
|
||||||
| Couchpotato | 5050 | |
|
| Couchpotato | 5050 | |
|
||||||
| Bitwarden "hub" | 3012 | Web Not. |
|
| Bitwarden "hub" | 3012 | Web Not. |
|
||||||
| Bitwarden | 19080 | HTTP |
|
| Bitwarden | 19080 | HTTP |
|
||||||
|
| Calibre | 8084 | HTTP |
|
||||||
| Duplicati | 8200 | |
|
| Duplicati | 8200 | |
|
||||||
| Emby | 8096 | HTTP |
|
| Emby | 8096 | HTTP |
|
||||||
| Emby | 8920 | HTTPS |
|
| Emby | 8920 | HTTPS |
|
||||||
|
|
Loading…
Reference in a new issue