User Tools

Site Tools


communitycloud:services:videoconference_-_jitsi_meet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
communitycloud:services:videoconference_-_jitsi_meet [2020/04/23 15:25]
tkilla
communitycloud:services:videoconference_-_jitsi_meet [2020/10/26 21:49]
tkilla [Add https Letsencrypt SSL Certificate]
Line 6: Line 6:
  
  
-**Installation Manual:**+===== Installation Manual ===== 
   * https://www.scaleway.com/en/docs/setting-up-jitsi-meet-videoconferencing-on-debian-buster/   * https://www.scaleway.com/en/docs/setting-up-jitsi-meet-videoconferencing-on-debian-buster/
  
  
-**NAT-Network Config:**+===== Ports / NAT-Network Config ===== 
 If you run a NAT'ED VS, you need to setup some additional Portforwardings and change some Settings in Jitsi Config: If you run a NAT'ED VS, you need to setup some additional Portforwardings and change some Settings in Jitsi Config:
  
-  * https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md#advanced-configuration+mcedit /etc/jitsi/videobridge/sip-communicator.properties 
 +Add: 
 +  org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address> 
 +  org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
  
 +Forward these Ports in your Firewall:
 +  * TCP/80
 +  * TCP/443 
 +  * or TCP/4443
 +  * UDP/10000
  
  
 +  * https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md#advanced-configuration
 +
 +
 +===== Include Imprint and Datenschutz =====
  
-**Include Imprint and Datenschutz:** 
   * https://www.kuketz-blog.de/jitsi-meet-vorlage-fuer-datenschutzerklaerung/   * https://www.kuketz-blog.de/jitsi-meet-vorlage-fuer-datenschutzerklaerung/
 +
 +
 +===== Add Authentication =====
 +
 +
 +  * https://github.com/jitsi/jicofo#secure-domain
 +
 +
 +===== Add https Letsencrypt SSL Certificate =====
 +
 +  wget https://raw.githubusercontent.com/jitsi/jitsi-meet/master/resources/install-letsencrypt-cert.sh
 +  chmod +x install-letsencrypt-cert.sh
 +  ./install-letsencrypt-cert.sh
 +  /ect/init.d/nginx/reload
 +
 +Finished 8-)
 +
 +===== Bad Hack to Change Welcome Screen Messages =====
 +
 +  mcedit /usr/share/jitsi-meet/css/all.css
 +
 +
 +  .welcome .header .header-text-title{visibility: hidden;                                                                                                                                 
 +  .welcome .header .header-text-title::after{content: 'meet.fr33.info - Jitsi Meet Videochat';visibility: visible;display: block;color:#fff;                                              
 +                                                                                                                                                                                          
 +  .welcome .header .header-text-description{visibility: hidden;                                                                                                                           
 +                                                                                                                                                                                          
 +  .welcome .header .header-text-description::after{content: 'Dies ist ein freies Open Source Video Konferenz System. Es läuft  verschlüsselt auf unseren eigenen Servern ...Headset / Kopfhöre  um Feedbacks zu vermeiden.';visibility: visible;display: block; color:#fff;font-size:1rem;font-weight:400;line-height:24px;margin-bottom:20px;align-self:inherit}. 
 +
 +
communitycloud/services/videoconference_-_jitsi_meet.txt · Last modified: 2021/03/11 01:34 by tkilla