Skip to main content

YunoHost

JitsiMeet

See also: https://blog.hexadust.net/fix-jitsimeet-in-yunohost-stops-working

Fix for XMPP not working (reconnecting/reloading site)

systemctl stop metronome
systemctl disable metronome
systemctl restart prosody

Looks like YunoHost uses metronome and it will get re-enabled with updates but Jitsi needs prosody instead. Jitsi would stop metronome on install.

No video/sound for participants

It was working fine, but after reboot/update the participants are there but they have no video/sound and there are no errors in JS console.

Just reinstall.

Reinstall CLI

sudo apt remove metronome
yunohost app remove jitsi
yunohost app install jitsi -a domain=video.hexadust.net

Custom certs

cd /etc/yunohost/certs
rm nitter.yunohost.lan/*.pem -v
cp -av yunohost.lan/*.pem nitter.yunohost.lan/

Adding root CA to YouoHost host OS

Put your cert in PEM format wit .crt extension in /usr/local/share/ca-certificates and run update-ca-certificates.

DNS resolution

/etc/resolv.dnsmasq.conf
nameserver 192.168.0.2

Restart dnsmasq.