View Single Post
Old 02-23-2023, 12:38 PM   #85
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@huber70



Ok!

Now shutdown, remove the 2nd USB stick and boot again.

Then:
cd /calibre-web/books
ls -l


Is the calibre library there?
If yes then select and copy all text below in one block and paste it in a terminal window:
Code:
docker run -d \
  --name=calibre-web \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Berlin \
  -p 8083:8083 \
  -v /calibre-web/config:/config \
  -v /calibre-web/books:/books \
  --restart unless-stopped \
lscr.io/linuxserver/calibre-web
In the raspberry pi webbrowser you should be able to connect to calibre-web http://localhost:8083

If not ........
mariosipad is offline   Reply With Quote