Bot Updating Documentation

pull/71/head
LinuxServer-CI 2022-12-21 07:43:25 -06:00
rodzic a879d8e820
commit 06a8ebcc94
1 zmienionych plików z 1 dodań i 11 usunięć

Wyświetl plik

@ -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://<your-ip>: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.