Outils pour utilisateurs

Outils du site


jitsi-meet-sur-lxc

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
jitsi-meet-sur-lxc [2020/04/10 10:59]
pielo [Sécurisation de l'authentification]
jitsi-meet-sur-lxc [2020/04/10 14:12] (Version actuelle)
pielo
Ligne 5: Ligne 5:
   * https://jitsi-club.gitlab.io/jitsi-self-hosting/en/01-deployment-howto/00-installation/   * https://jitsi-club.gitlab.io/jitsi-self-hosting/en/01-deployment-howto/00-installation/
   * https://jitsi-club.gitlab.io/jitsi-self-hosting/en/01-deployment-howto/01-authentication/   * https://jitsi-club.gitlab.io/jitsi-self-hosting/en/01-deployment-howto/01-authentication/
 +  * https://lemonldap-ng.org/documentation/latest/applications/jitsimeet
  
 ===== Installation du container sur le serveur hôte ===== ===== Installation du container sur le serveur hôte =====
Ligne 44: Ligne 45:
 </code> </code>
  
-</code>+<code>
 vim /etc/resolv.conf vim /etc/resolv.conf
 nameserver 213.186.33.99 nameserver 213.186.33.99
Ligne 88: Ligne 89:
  
 ===== Sécurisation de l'authentification ===== ===== Sécurisation de l'authentification =====
- 
-Installation du module SIP 
-<code> 
-apt install jigasi -y 
-</code> 
  
 Activer l'authentification Activer l'authentification
Ligne 114: Ligne 110:
  
 echo "org.jitsi.jicofo.auth.URL=XMPP:visio.example.com" >> /etc/jitsi/jicofo/sip-communicator.properties echo "org.jitsi.jicofo.auth.URL=XMPP:visio.example.com" >> /etc/jitsi/jicofo/sip-communicator.properties
-</code> 
- 
-Enregistrer un utilisateur 
-<code> 
-prosodyctl register user visio.example.com 
-service prosody restart 
 </code> </code>
  
Ligne 136: Ligne 126:
 service prosody restart service prosody restart
 chmod +x /etc/letsencrypt/renewal-hooks/post/00-prosody-auth.sh chmod +x /etc/letsencrypt/renewal-hooks/post/00-prosody-auth.sh
 +</code>
 +
 +Enregistrer un utilisateur (modérateur)
 +<code>
 +prosodyctl register user visio.example.com
 +service prosody restart
 </code> </code>
jitsi-meet-sur-lxc.1586509194.txt.gz · Dernière modification: 2020/04/10 10:59 de pielo