- Official Post
Attention: The video is still in german
External Content
youtu.be
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Bash
docker run -d --name=calibre-web \
-p 8083:8083 \
-e PUID=1027 \
-e PGID=100 \
-e TZ=Europe/Luxembourg \
-e DOCKER_MODS=linuxserver/calibre-web:calibre \
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 \
-v /volume1/docker/CalibreWeb:/config \
-v /volume1/E-Books.local:/e-books \
-v /volume1/SSL:/SSL:ro \
--restart always \
lscr.io/linuxserver/calibre-web
Display More
Default user: admin
Default password: admin123
Calibre-Web is a web interface for Calibre that allows you to manage your e-book collection.
You can browse through your books, read them directly from the browser or on one of your devices, ideally
Used Links
Random Number (for a port number by random generator)