From 7da513f42c2fa93d6ac7730efd9c2cb4e2594f5f Mon Sep 17 00:00:00 2001 From: roulesse <60294332+roulesse@users.noreply.github.com> Date: Fri, 7 Aug 2020 00:28:51 +0200 Subject: [PATCH] Update synology.md (#1219) --- docs/docs/quick-start/synology.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/quick-start/synology.md b/docs/docs/quick-start/synology.md index 94dbc869d..a4b1cd369 100644 --- a/docs/docs/quick-start/synology.md +++ b/docs/docs/quick-start/synology.md @@ -179,6 +179,8 @@ IDP_CLIENT_ID | Values from setting up your [identity provider] IDP_PROVIDER | Values from setting up your [identity provider] (e.g. `google`) COOKIE_SECRET | output of `head -c32 /dev/urandom | base64` AUTHENTICATE_SERVICE_URL | `https://authenticate.int.nas.example` +SHARED_SECRET | output of `head -c32 /dev/urandom | base64` + For a detailed explanation, and additional options, please refer to the [configuration variable docs]. Also note, though not covered in this guide, settings can be made via a mounted configuration file.