diff --git a/images/docker-calibre-web.md b/images/docker-calibre-web.md index d5775c485..5d277bd43 100644 --- a/images/docker-calibre-web.md +++ b/images/docker-calibre-web.md @@ -62,17 +62,6 @@ To use this option add the optional environmental variable as shown in the docke This image contains the [kepubify](https://pgaskin.net/kepubify/) ebook conversion tool (MIT License) to convert epub to kepub. In the Calibre-Web admin page (Basic Configuration:External Binaries) set the **Path to Kepubify E-Book Converter** to `/usr/bin/kepubify` -To reverse proxy with our Letsencrypt docker container we include a preconfigured reverse proxy config, for other instances of Nginx use the following location block: -``` - location /calibre-web { - proxy_pass http://:8083; - proxy_set_header Host $http_host; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Scheme $scheme; - proxy_set_header X-Script-Name /calibre-web; - } -``` - ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -198,6 +187,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **20.12.22:** - Improve init script and prevent harmless error. * **19.10.22:** - Rebase to jammy. Upgrade to s6v3. Clean up build dependencies. * **04.11.21:** - Update pip arguments to ignore distro installed packages. * **24.06.21:** - Add note on optional OAUTHLIB_RELAX_TOKEN_SCOPE for Google OAUTH support.