Matrix Jitsi


Jitsi is a web collaboration client for video conferencing and sharing

Additional information: here

The jitsi.<your-domain> has to be setup

ports 4443/tcp and 10000/udp have to be opened

Setup jitsi:

add the following to the inventory/host_vars/matrix.<your-domain>/vars.yml

Don’t forget to create secure passwords or use “bash inventory/scripts/jitsi-generate-passwords.sh”

matrix_jitsi_enabled: true

# Run `bash inventory/scripts/jitsi-generate-passwords.sh` to generate these passwords,
# or define your own strong passwords manually.
matrix_jitsi_jicofo_auth_password: ""
matrix_jitsi_jvb_auth_password: ""
matrix_jitsi_jibri_recorder_password: ""
matrix_jitsi_jibri_xmpp_password: ""

Now apply the config

ansible-playbook -i inventory/hosts setup.yml --tags=setup-all

restart the services

ansible-playbook -i inventory/hosts setup.yml --tags=start

Now you should be able to use jitsi

,

Leave a Reply

Your email address will not be published. Required fields are marked *