ACLs or else setting a password for Jitsi-Meet's entry page
by Turbocapitalist from LinuxQuestions.org on (#50QRF)
I've done a quick installation of Jitsi-meet from the guide, "Jitsi Meet quick install", and have a working video meeting service at the desginated host. It's all completely public however.
What I now wonder is how to keep everyone and his dog from accessing it. How would I go about putting a group password on the whole site or add individual accounts each with their own passwords?
Code:$ grep -i pretty /etc/os-release
PRETTY_NAME="Linux Mint 19.3"
$ apt-cache policy jitsi-meet | head -n 3
jitsi-meet:
Installed: 1.0.4101-1
Candidate: 1.0.4101-1I'm not finding any guide on the topic. There are guides about various ways to install but none seem to have details about how to tighten it down. Or have I missed a lot somewhere?


What I now wonder is how to keep everyone and his dog from accessing it. How would I go about putting a group password on the whole site or add individual accounts each with their own passwords?
Code:$ grep -i pretty /etc/os-release
PRETTY_NAME="Linux Mint 19.3"
$ apt-cache policy jitsi-meet | head -n 3
jitsi-meet:
Installed: 1.0.4101-1
Candidate: 1.0.4101-1I'm not finding any guide on the topic. There are guides about various ways to install but none seem to have details about how to tighten it down. Or have I missed a lot somewhere?