From ac86a6fff99537529693b90db4619f59c867869b Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 20 Aug 2018 22:32:37 +1200 Subject: [PATCH] Add details re oauth_proxy --- manuscript/recipies/bookstack.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manuscript/recipies/bookstack.md b/manuscript/recipies/bookstack.md index d8bda7b..a80eceb 100644 --- a/manuscript/recipies/bookstack.md +++ b/manuscript/recipies/bookstack.md @@ -29,8 +29,10 @@ mkdir -p /var/data/runtime/bookstack/db ### Prepare environment -Create bookstack.env, and populate with the following variables +Create bookstack.env, and populate with the following variables. Set the [oauth_proxy](/reference/oauth_proxy) variables provided by your OAuth provider (if applicable.) + ``` +# For oauth-proxy (optional) OAUTH2_PROXY_CLIENT_ID= OAUTH2_PROXY_CLIENT_SECRET= OAUTH2_PROXY_COOKIE_SECRET=