calibre-web/README.md

36 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2021-11-30 11:03:35 +00:00
# calibre-web
2023-03-28 05:24:54 +00:00
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/calibre-web/status.svg)](https://build.coopcloud.tech/coop-cloud/calibre-web)
2021-11-30 11:35:37 +00:00
> Calibre-Web is a web app providing a clean interface for browsing, reading
> and downloading eBooks using an existing Calibre database.
2021-11-30 11:03:35 +00:00
<!-- metadata -->
2023-03-28 05:01:53 +00:00
* **Category**: Apps
2023-03-28 05:09:36 +00:00
* **Status**: 2, pre-alpha
2023-08-04 17:20:44 +00:00
* **Image**: [linuxserver/calibre-web](https://hub.docker.com/r/linuxserver/calibre-web), 2, third-party
2023-03-28 05:01:53 +00:00
* **Healthcheck**: No
* **Backups**: No
* **Email**: N/A
* **Tests**: 2
2023-03-28 05:03:38 +00:00
* **SSO**: 1
2021-11-30 11:03:35 +00:00
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `abra app new ${REPO_NAME} --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
2021-11-30 11:03:35 +00:00
your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
2021-11-30 11:03:35 +00:00
6. Open the configured domain in your browser to finish set-up
2022-01-06 12:34:29 +00:00
The default login is login: `admin`, password: `admin123`
2021-11-30 11:03:35 +00:00
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik