You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
.drone.yml | 1 day ago | |
.env.sample | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 day ago | |
abra.sh | 4 months ago | |
compose.oauth2.yml | 1 year ago | |
compose.yml | 3 weeks ago | |
entrypoint.sh.tmpl | 4 months ago | |
nginx.conf.tmpl | 1 year ago |
README.md
calibre-web
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
- Category: Apps
- Status: 2, pre-alpha
- Image: linuxserver/calibre-web
- Healthcheck: No
- Backups: No
- Email: N/A
- Tests: 2
- SSO: 1
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new ${REPO_NAME} --secrets
(optionally with--pass
if you'd like to save secrets inpass
)abra app config YOURAPPDOMAIN
- be sure to change$DOMAIN
to something that resolves to your Docker swarm boxabra app deploy YOURAPPDOMAIN
- Open the configured domain in your browser to finish set-up
The default login is login: admin
, password: admin123