welcome: please sign in

Diff for "ClintonEbadi/JitsiMeet"

Differences between revisions 2 and 3
Revision 2 as of 2020-08-10 02:55:59
Size: 766
Editor: ClintonEbadi
Comment:
Revision 3 as of 2020-08-10 03:01:32
Size: 927
Editor: ClintonEbadi
Comment: securing the domain is useful
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
   

== Security ==

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

Need to adapt to kerberos (and vmail, can prosidy just auth against imap?)

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

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.

2. Security

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

Need to adapt to kerberos (and vmail, can prosidy just auth against imap?)

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