[Books] Calibre-Web
 
Notifications
Clear all

[Books] Calibre-Web

1 Posts
1 Users
0 Reactions
64 Views
(@andre)
Posts: 45
Member Admin
Topic starter
 

[Books] Calibre-Web

Calibre-Web is an open-source ebook reader. Books can be downloaded from online libraries like Archive.org and the Gutenberg Project

 

Application: Calibre-Web

Type: Docker Install

Books: https://books.valleycommunity.co.za/

 

Self Hosted Installation

1. Download and Install Calibri Client on your local machine 

2. Set your output directory to a place that will be accessible

3. Copy a few books

4.  Install using this docker command 

docker run -d \
--name=calibre-web \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e DOCKER_MODS=linuxserver/mods:universal-calibre `#optional` \
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `#optional` \
-p 8083:8083 \
-v /path/to/data:/config \
-v /path/to/calibre/library:/books \
--restart unless-stopped \
lscr.io/linuxserver/calibre-web:latest
This topic was modified 2 months ago by Andre Tiltman
 
Posted : 14/07/2024 7:11 pm
Share: