Simple docker image for calibre-web
2.5K
Simple docker image for calibre-web
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
Several docker images exists for this application, but they rely on a complex structure and a Internet connection at container start (for updating the OS and application). As I was using this application in a shop with intermittent Internet connection, it was not possible to use theses.
docker run --rm -d -v /local/path/to/calibre-web/config:/config -v /local/path/to/calibre/library:/books -p 8080:8083 -e PUSER=$(id -u) -e PGROUP=$(id -g) -e CONTAINER_TIMEZONE="Europe/Paris" marema31/calibre-web.http://localhost:8083 or http://localhost:8083/opds for the OPDS catalogDefault admin login:
Username: admin
Password: admin123
More complete Pre-built Docker images are available in these Docker Hub repositories:
Docker Hub - https://hub.docker.com/r/technosoft2000/calibre-web/
Github - https://github.com/Technosoft2000/docker-calibre-web
Docker Hub - https://hub.docker.com/r/linuxserver/calibre-web/
Github - (Optional Calibre layer) - https://github.com/linuxserver/docker-calibre-web/tree/calibre
Both the Calibre-Web and Calibre-Mod images are rebuilt automatically on new releases of Calibre-Web and Calibre respectively, and on updates to any included base image packages on a weekly basis if required.
/usr/bin/ebook-convert/usr/bin/unrarContent type
Image
Digest
Size
393.3 MB
Last updated
over 6 years ago
docker pull marema31/calibre-web