Calibre Web
 
Notifications
Clear all

Calibre Web

1 Posts
1 Users
0 Reactions
33 Views
Frank Schroeder
(@iseetwizard)
Estimable Member Admin
Joined: 5 years ago
Posts: 64
Topic starter  

Attention: The video is still in german

 

 

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

 


   
Quote