From 614e5f943ee05a7144528570ecccf5a0da5ffce4 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:30:35 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ea4dbb..b2ea0e7 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,8 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London - - DOCKER_MODS=linuxserver/calibre-web:calibre + - DOCKER_MODS=linuxserver/calibre-web:calibre #optional + - OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional volumes: - /path/to/data:/config - /path/to/calibre/library:/books @@ -133,7 +134,8 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ - -e DOCKER_MODS=linuxserver/calibre-web:calibre \ + -e DOCKER_MODS=linuxserver/calibre-web:calibre `#optional` \ + -e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `#optional` \ -p 8083:8083 \ -v /path/to/data:/config \ -v /path/to/calibre/library:/books \ @@ -152,6 +154,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. | | `-e DOCKER_MODS=linuxserver/calibre-web:calibre` | #optional & **x86-64 only** Adds the ability to perform ebook conversion | +| `-e OAUTHLIB_RELAX_TOKEN_SCOPE=1` | Optionally set this to allow Google OAUTH to work | | `-v /config` | Where calibre-web stores the internal database and config. | | `-v /books` | Where your preexisting calibre database is located. | @@ -264,6 +267,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **24.06.21:** - Add note on optional OAUTHLIB_RELAX_TOKEN_SCOPE for Google OAUTH support. * **17.05.21:** - Add linuxserver wheel index. * **10.02.21:** - Add libxrandr2 * **25.01.21:** - Add nightly tag