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:48]
arnaud [Finding the current external IP and enter it into the conf file]
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>VirtualHost "jitsi.domain.tld"
 +authentication = "internal_hashed"     | instad of jitsi-anonymous
  
-Following this tuto: https://crosstalksolutions.com/how-to-enable-jitsi-server-authentication/+... and add another virtualhost after it:
  
-* into /etc/prosody/conf.avail/jitsi.domain.tld.cfg.lua <code>authentication = "internal_hashed"</code>+VirtualHost "guest.jitsi.domain.tld
 +    authentication = "anonymous" 
 +    c2s_require_encryption = false 
 +</code>
  
-nano /etc/jitsi/jicofo/jicofo.conf +  into ''/etc/jitsi/jicofo/jicofo.conf'' add at the beginng: <code>jicofo {
-add at the beginng: <code>jicofo {+
   authentication: {   authentication: {
     enabled: true     enabled: true
Ligne 125: Ligne 129:
   } </code>   } </code>
  
-* create the authenticated user <code># prosodyctl register the_user jitsi.domain.tls the_password_of_the_user </code> +  * create the authenticated user <code># prosodyctl register the_user jitsi.domain.tls the_password_of_the_user </code>
  
 +\\
 +or follow this tuto: https://crosstalksolutions.com/how-to-enable-jitsi-server-authentication/
welcome/self_hosting/installing_a_server_jitsimeet.1695314898.txt.gz · Dernière modification: 2023/09/21 16:48 de arnaud

DokuWiki Appliance - Powered by TurnKey Linux