From e0e94beb77686db8d3975fe237e96d5eb79cca53 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Jan 2025 17:41:08 +0000 Subject: [PATCH] Added fix in config sso for bookstack plus --- lib/bookstack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bookstack.sh b/lib/bookstack.sh index 00d5715..b69796c 100644 --- a/lib/bookstack.sh +++ b/lib/bookstack.sh @@ -201,6 +201,7 @@ uninstall_bookstack() { echo -ne "done.\n" } configsso_bookstack() { + if [[ "${PLUS}" != "true" ]]; then echo -ne "* Configuring bookstack container with SSO.." [ ! -d "/federated/apps/authelia" ] && failcheck "Authelia is not installed. You need this first before continuing." @@ -259,6 +260,7 @@ EOF run_command "/federated/bin/start bookstack" echo -ne "done.\n" + fi } configsso_bookstack_plus() { GITEA_CLIENT_SECRET=$(cat /federated/apps/bookstack/.bookstack.client.secret)