aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-27 15:26:39 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-27 15:26:39 +0200
commitce6ba583be15414d7541867e96b627fcdd3f9043 (patch)
treeb18ed01fd158f46685679c3597d6e7a41b3207b6 /docs
parent506fe3f44c280c8b42b9a7735e52360f5d2ee4aa (diff)
OIDC_SCOPES compatibility colon (#5753)
fix https://github.com/FreshRSS/FreshRSS/issues/5744
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/16_OpenID-Connect.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/16_OpenID-Connect.md b/docs/en/admins/16_OpenID-Connect.md
index ac1bbf03d..6dc868161 100644
--- a/docs/en/admins/16_OpenID-Connect.md
+++ b/docs/en/admins/16_OpenID-Connect.md
@@ -13,7 +13,7 @@ The callback URL is `https://<your-domain>/i/oidc/`.
OIDC support in Docker is activated by the presence of a non-empty non-zero `OIDC_ENABLED` environment variable.
-> ℹ️ Only available in our Debian image for `x86_64` ([help welcome](https://github.com/FreshRSS/FreshRSS/issues/5722)).
+> ℹ️ Only available in our default Debian image (not Alpine) for `x86_64` ([help welcome](https://github.com/FreshRSS/FreshRSS/issues/5722)).
## The config is done with these environment variables