wideger.blogg.se

Docker calibre web
Docker calibre web






As a workaround I have mounted the share directory on my PC and use Rsync to mirror the two libraries so that when I add or read a book on one side it eventually matches up on the other side. Calibre on my PC won’t use the share directory as the main library as it sees the share directory as corrupt. Within the admin section of the add-on you can update to the latest version of Calibre Web, although it will revert if you restart the Rpi.

docker calibre web

I have 20 GB of books on a 64GB SD card in an Rpi 2.

docker calibre web

This add-on is really the missing piece for my Hassio setup. When I entered /share/calibre (with a leading slash) it all worked fine. This did connect and gave me the listings, but no cover images or download capability.

docker calibre web

When the Calibre Web addon (on the page hassio address”:8083 if you use port 8083) asks for the location of the Calibre library folder I entered the path as share/calibre (ie no leading slash using the share directory and a folder named calibre holding the books). Running behind additional reverse proxyĬonfigure your proxy to pass it's public hostname in the X-Forwarded-Host header.When I was setting mine up I found a slight directory syntax issue. You may use this persist application data in a volume. "".Ĭustom folder for the application database (note: this is not the Calibre ebook database). To use a custom SSL certificate copy or mount the private key file to /etc/nginx/ssl and set this environment variable to the key's filename, e.g. Don't forget modify your docker run command to map port 443 from the container to the host. To use a custom SSL certificate copy or mount the crt file to /etc/nginx/ssl and set this environment variable to the cert's filename, e.g. To access the OPDS catalog feed, point your Ebook Reader to ENV variables

  • Set Location of Calibre database to the path of the folder where you mounted your Calibre folder in the container (e.g.
  • docker calibre web

    Point your browser to (or whatever host port you mapped the container to).Given that the Calibre database folder is named Calibre and located in the root of the Dropbox account you would then have to configure the Calibre database location as /dbox/Dropbox/Calibre (see below). The docker dropbox container stores synced files in the /dbox/Dropbox volume.








    Docker calibre web