Fixed plus provisions for jitsi

This commit is contained in:
root 2025-01-28 15:28:37 +00:00
parent 087052eb94
commit 0e98a50c88

@ -857,6 +857,7 @@ start_jitsi() {
echo -ne "done.\n"
}
configsso_jitsi() {
if [[ "${PLUS}" != "true" ]]; then
echo -ne "* Configuring jitsi container with SSO.."
[ ! -d "/federated/apps/authelia" ] && failcheck "Authelia is not installed. You need this first before continuing."
@ -959,6 +960,7 @@ chmod 600 /federated/apps/jitsiopenid/.env
run_command "/federated/bin/start jitsiopenid"
echo -ne "done.\n"
fi
}
configsso_jitsi_plus() {
JITSI_JWT_APP_SECRET=$(cat /federated/apps/jitsi/.jitsi.client.secret)