Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
|
jitsi-meet-sur-lxc [2020/03/27 18:42] 127.0.0.1 modification externe |
jitsi-meet-sur-lxc [2020/04/10 14:12] (Version actuelle) pielo |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Installation de Jitsi-Meet sur LXC debian buster (10) ====== | ====== Installation de Jitsi-Meet sur LXC debian buster (10) ====== | ||
| + | |||
| + | ==== Liens ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| ===== Installation du container sur le serveur hôte ===== | ===== Installation du container sur le serveur hôte ===== | ||
| Ligne 39: | Ligne 45: | ||
| </ | </ | ||
| - | </code> | + | < |
| vim / | vim / | ||
| nameserver 213.186.33.99 | nameserver 213.186.33.99 | ||
| Ligne 83: | Ligne 89: | ||
| ===== Sécurisation de l' | ===== Sécurisation de l' | ||
| - | |||
| - | Installation du module SIP | ||
| - | < | ||
| - | apt install jigasi -y | ||
| - | </ | ||
| Activer l' | Activer l' | ||
| < | < | ||
| vim / | vim / | ||
| - | VirtualHost " | + | VirtualHost " |
| -- enabled = false -- Remove this line to enable this host | -- enabled = false -- Remove this line to enable this host | ||
| - | authentication = "internal_plain" | + | authentication = "internal_hashed" |
| + | ... | ||
| + | VirtualHost " | ||
| + | authentication = " | ||
| + | c2s_require_encryption = false | ||
| + | ... | ||
| </ | </ | ||
| < | < | ||
| + | vim / | ||
| + | anonymousdomain: | ||
| + | ... | ||
| + | < | ||
| + | |||
| echo " | echo " | ||
| </ | </ | ||
| - | Enregistrer un utilisateur | + | Certificats pour Prosody |
| + | |||
| + | < | ||
| + | prosodyctl --root cert import / | ||
| + | service prosody restart | ||
| + | </ | ||
| + | |||
| + | Renouvellement des certificats Prosody | ||
| + | < | ||
| + | vim / | ||
| + | # | ||
| + | prosodyctl --root cert import / | ||
| + | service prosody restart | ||
| + | chmod +x / | ||
| + | </ | ||
| + | |||
| + | Enregistrer un utilisateur | ||
| < | < | ||
| prosodyctl register user visio.example.com | prosodyctl register user visio.example.com | ||
| service prosody restart | service prosody restart | ||
| </ | </ | ||