Scaling up and performance features. #22

Merged
Ark74 merged 43 commits from unstable into master 2020-12-17 17:34:28 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit a43fe104d0 - Show all commits

View File

@ -501,7 +501,7 @@ done
# read -p "Secure room moderator password: "$'\n' -r SEC_ROOM_PASS
#fi
#done
echo -e "\n> Jitsi Meet Auth Method selection.\n"
PS3='Select the authentication method for your Jitsi Meet instance: '
options=("Local" "JWT" "None")
select opt in "${options[@]}"
@ -510,6 +510,8 @@ do
"Local")
echo -e "\n > Users are created manually using prosodyctl, only moderators can open a room or launch recording."
ENABLE_SC="yes"
read -p "Set username for secure room moderator: "$'\n' -r SEC_ROOM_USER
read -p "Secure room moderator password: "$'\n' -r SEC_ROOM_PASS
break
;;
"JWT")