|
|
|
@@ -11,7 +11,6 @@ echo "# Install it before using this script, or simply create your own passwords |
|
|
|
|
|
|
|
echo "" |
|
|
|
|
|
|
|
JICOFO_COMPONENT_SECRET=$(generatePassword) |
|
|
|
JICOFO_AUTH_PASSWORD=$(generatePassword) |
|
|
|
JVB_AUTH_PASSWORD=$(generatePassword) |
|
|
|
JIBRI_RECORDER_PASSWORD=$(generatePassword) |
|
|
|
@@ -19,7 +18,6 @@ JIBRI_XMPP_PASSWORD=$(generatePassword) |
|
|
|
|
|
|
|
echo "# Paste these variables into your inventory/host_vars/matrix.DOMAIN/vars.yml file:" |
|
|
|
echo "" |
|
|
|
echo "matrix_jitsi_jicofo_component_secret: "$JICOFO_COMPONENT_SECRET |
|
|
|
echo "matrix_jitsi_jicofo_auth_password: "$JICOFO_AUTH_PASSWORD |
|
|
|
echo "matrix_jitsi_jvb_auth_password: "$JVB_AUTH_PASSWORD |
|
|
|
echo "matrix_jitsi_jibri_recorder_password: "$JIBRI_RECORDER_PASSWORD |
|
|
|
|