Outils pour utilisateurs

Outils du site


welcome:self_hosting:installing_a_server_jitsimeet

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
welcome:self_hosting:installing_a_server_jitsimeet [2023/09/21 16:49]
arnaud [Enabling the authentication]
welcome:self_hosting:installing_a_server_jitsimeet [2023/09/21 16:54] (Version actuelle)
arnaud [Enabling the authentication]
Ligne 112: Ligne 112:
 ====== Enabling the authentication ====== ====== Enabling the authentication ======
  
-  * into /etc/prosody/conf.avail/jitsi.domain.tld.cfg.lua <code>authentication = "internal_hashed"</code>+  * into ''/etc/prosody/conf.avail/jitsi.domain.tld.cfg.lua'' <code>VirtualHost "jitsi.domain.tld" 
 +authentication = "internal_hashed"     | instad of jitsi-anonymous
  
-  nano /etc/jitsi/jicofo/jicofo.conf +... and add another virtualhost after it: 
-add at the beginng: <code>jicofo {+ 
 +VirtualHost "guest.jitsi.domain.tld" 
 +    authentication = "anonymous" 
 +    c2s_require_encryption = false 
 +</code> 
 + 
 +  into ''/etc/jitsi/jicofo/jicofo.conf'' add at the beginng: <code>jicofo {
   authentication: {   authentication: {
     enabled: true     enabled: true
welcome/self_hosting/installing_a_server_jitsimeet.1695314998.txt.gz · Dernière modification: 2023/09/21 16:49 de arnaud

DokuWiki Appliance - Powered by TurnKey Linux