Calibre Web

Calibre Web

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

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

TZ – Timezone

Random Number (for a port number by random generator)

Calibre-Web @LinuxServer.io

Calibre-Web @GitHub

Leave a Reply

Your email address will not be published. Required fields are marked *


This site uses Akismet to reduce spam. Learn how your comment data is processed.