welcome: please sign in

Diff for "ClintonEbadi/JitsiMeet"

Differences between revisions 1 and 2
Revision 1 as of 2020-08-10 02:41:24
Size: 292
Editor: ClintonEbadi
Comment: trying out a jitsi meet install
Revision 2 as of 2020-08-10 02:55:59
Size: 766
Editor: ClintonEbadi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

Followed the script and got a working install.

 * We'll need to set config to provide our own cert
 * jitsi-meet needs nginx out of the box
   * `/etc/nginx/sites-available/sites-available/meet.unknownlamer.org.conf`
 * Has its own xmpp server, prosidy (I think in theory we could integrate the videobridge with jabber but in practice probably not worth it at our scale)

Working config out of the box, if we accept having to run this on a dedicated server.
   

Notes on setting up Jitsi Meet on a personal server. Main thing is to note what we'd need to do to get this set up on an hcoop server

Contents

  1. Setup Script

1. Setup Script

https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart

Followed the script and got a working install.

  • We'll need to set config to provide our own cert
  • jitsi-meet needs nginx out of the box
    • /etc/nginx/sites-available/sites-available/meet.unknownlamer.org.conf

  • Has its own xmpp server, prosidy (I think in theory we could integrate the videobridge with jabber but in practice probably not worth it at our scale)

Working config out of the box, if we accept having to run this on a dedicated server.

ClintonEbadi/JitsiMeet (last edited 2021-02-09 04:31:24 by ClintonEbadi)