Jitsi Etherpad

Aus xinux.net
Version vom 1. April 2020, 19:33 Uhr von Thomas.will (Diskussion | Beiträge) (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…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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/',