Jitsi Etherpad: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Install Etherpad= *https://github.com/ether/etherpad-lite#installation =Add the following= ;/etc/nginx/sites-available/chat.exemple.net # Etherpad-lite…“)
 
(kein Unterschied)

Aktuelle Version vom 1. April 2020, 19:33 Uhr

Install Etherpad

Add the following

/etc/nginx/sites-available/chat.exemple.net
  # Etherpad-lite
   location ^~ /etherpad/ {
       proxy_pass http://localhost:9001/;
       proxy_set_header X-Forwarded-For $remote_addr;
       proxy_buffering off;
       proxy_set_header       Host $host;
   }

Add the following

/etc/jitsi/meet/chat.exemple.net-config.js
     etherpad_base: 'https://chat.exemple.net/etherpad/p/',