
In this example it is the books map we created. Upon opening Calibre-web you will be directed to input the location of your Calibre database (metadata.db). What is the output of docker exec -it calibre-web ls -la /books/metadata.db while the container. In this example it is the config map we created.Ĭhoose the location for the Calibre-web books and metadata/database. DB location is not valid, please enter correct path. Both the Calibre-Web and Calibre-Mod images are rebuilt automatically on new releases of Calibre-Web and Calibre respectively, and on updates to any included base image packages on a weekly basis if required. Currently the following dns plugins are supported: cloudflare, cloudxns, digitalocean, dnsimple, dnsmadeeasy, google, luadns, nsone, ovh, rfc2136 and route53. It has to be a valid pre-existing calibre database. If you do not need this functionality then this can be omitted, keeping the image as lightweight as possible. Well need to make sure that we are using a dns provider that is supported by this image. Adds the ability to perform ebook conversionĬhoose the location for the Calibre-web configuration. I was having the same problem but realized that I was setting up my /books folder to an empty volume. e DOCKER_MODS=linuxserver/calibre-web:calibre This will require manually copying the additional sub-folders of the calibre directory from the source to the target computer (but not metadata.db), then regenerate the database using the restore_database command.IDu = $( id -u $( logname )) # Saves the logged in user id in the IDu variable IDg = $( id -g $( logname )) # Saves the logged in user group in the IDg variableĭocker run -d \ -name =calibreweb \ -hostname =calibreweb \ -p 8083:8083 \ -e PUID = $IDu \ -e PGID = $IDg \ -e TZ =Europe/Amsterdam \ -e DOCKER_MODS =linuxserver/calibre-web:calibre \ -v $PWD/config:/config \ -v $PWD/books:/books \ -restart unless-stopped \Ĭhoose a port that is still available.



However, while it can do export, I haven't found any import option.Ī funny idea might be to use the calibredb option of restore_database : If you wish to add ebooks from one computer to another, you could use the calibredb command-line interface to the calibre database, found in my case in C:\Program Files\Calibre2\calibredb.exe. If you wish the new database to totally replace the old, just replace the entire folder that you specified when you ran the welcome wizard.
