Fixed plus provisions for jitsi
This commit is contained in:
parent
087052eb94
commit
0e98a50c88
@ -857,6 +857,7 @@ start_jitsi() {
|
|||||||
echo -ne "done.\n"
|
echo -ne "done.\n"
|
||||||
}
|
}
|
||||||
configsso_jitsi() {
|
configsso_jitsi() {
|
||||||
|
if [[ "${PLUS}" != "true" ]]; then
|
||||||
echo -ne "* Configuring jitsi container with SSO.."
|
echo -ne "* Configuring jitsi container with SSO.."
|
||||||
|
|
||||||
[ ! -d "/federated/apps/authelia" ] && failcheck "Authelia is not installed. You need this first before continuing."
|
[ ! -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"
|
run_command "/federated/bin/start jitsiopenid"
|
||||||
|
|
||||||
echo -ne "done.\n"
|
echo -ne "done.\n"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
configsso_jitsi_plus() {
|
configsso_jitsi_plus() {
|
||||||
JITSI_JWT_APP_SECRET=$(cat /federated/apps/jitsi/.jitsi.client.secret)
|
JITSI_JWT_APP_SECRET=$(cat /federated/apps/jitsi/.jitsi.client.secret)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user