Calibre-web cannot save configuration

I created the container like so
create --name=calibre-web -v /var/usenet/config/calibre-web:/config -v /var/usenet/media/ebooks:/books -e PGID=1000 -e PUID=1000 -p 8083:8083 linuxserver/calibre-web

when I go to the webserver 192.168.0.132:8083 I am welcomed with the Basic Configuration screen

At location i fill in /books as said in the documentation.

I’m presented with an error “DB location is not valid, please enter correct path”

When i try to look in the container with docker exec -it calibre-web /bin/bash i can see an app.db in config folder it is the same as in mine config path

should the app.db be somewhere else or is something wrong with the path for the books.

regards patrick

You need to provide an existing calibre database.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.