Jitsi Etherpad

Aus Xinux Wiki
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/',