Found this lovely code base (that actually worked) on github, supported on a debian 10/11 or ubuntu 20+ versions-
The script (jitsi_setup.sh) can be used to install stable version of all 3 on a stand-alone server. This is simply a script version of quick-install document at https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart
It Installs below mentioned software:
nginx, prosody, jitsi-meet-prosody, jitsi-meet, jitsi-meet-web, jitsi-meet-web-config, jitsi-meet-turnserver, jicofo, jitsi-videobridge2
Below are optional, will be installed only if opted for:
jigasi (https://github.com/jitsi/jigasi)
jibri (https://github.com/jitsi/jibri)
Also has option for configuring:
- secure domain (https://jitsi.github.io/handbook/docs/devops-guide/secure-domain)
- jigasi authentication (find it towards the end of secure domain link)
- transcription(Google/Vosk) (https://github.com/jitsi/jigasi#configuring-sip-and-transcription)
- Etherpad (https://github.com/ether/etherpad-lite)
Read more