Outils pour utilisateurs

Outils du site


tech:notes_etherpad

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_etherpad [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_etherpad [2025/11/11 17:24] (Version actuelle) Jean-Baptiste
Ligne 8: Ligne 8:
 * http://docs.docker.com/articles/using_supervisord/  * http://docs.docker.com/articles/using_supervisord/ 
 * https://help.ubuntu.com/community/Etherpad-liteInstallation * https://help.ubuntu.com/community/Etherpad-liteInstallation
 +
 +Voir aussi :
 +* https://linuxfr.org/news/wopix-un-serveur-wopi-libre-independant-simple-et-leger
 +
 +Notes : Redis a remplacer par Valkey
  
 <code bash> <code bash>
Ligne 16: Ligne 21:
  
 mkdir -p /opt/etherpad mkdir -p /opt/etherpad
 +
 useradd -s /usr/sbin/nologin -r -M -d /opt/etherpad etherpad useradd -s /usr/sbin/nologin -r -M -d /opt/etherpad etherpad
 +# useradd is a low level utility for adding users. On Debian, administrators should usually use adduser(8) instead.
  
 cd /opt/etherpad cd /opt/etherpad
Ligne 25: Ligne 32:
  
  
- +''settings.json'' 
-<code javascript settings.json>+<code javascript>
   /*when you use NginX or another proxy/ load-balancer set this to true*/   /*when you use NginX or another proxy/ load-balancer set this to true*/
   "trustProxy" : false,   "trustProxy" : false,
Ligne 78: Ligne 85:
 </code> </code>
  
-<code javascript settings.json>+''settings.json'' 
 +<code javascript>
   "dbType" : "redis",   "dbType" : "redis",
    
Ligne 93: Ligne 101:
 </code> </code>
  
-<code javascript settings.json>+''settings.json'' 
 +<code javascript>
   /* This is the path to the Abiword executable. Setting it to null, disables abiword.   /* This is the path to the Abiword executable. Setting it to null, disables abiword.
      Abiword is needed to advanced import/export features of pads*/      Abiword is needed to advanced import/export features of pads*/
Ligne 115: Ligne 124:
 https://github.com/ether/etherpad-docker https://github.com/ether/etherpad-docker
  
-<code ini /etc/supervisor/supervisord.conf>+''/etc/supervisor/supervisord.conf'' 
 +<code ini>
 [supervisord] [supervisord]
 nodaemon=true nodaemon=true
Ligne 161: Ligne 171:
 service redis-server start service redis-server start
 </code> </code>
 +
  
 == Pb conversion en ODT == Pb conversion en ODT
Ligne 178: Ligne 189:
     at Process.ChildProcess._handle.onexit (child_process.js:809:12)     at Process.ChildProcess._handle.onexit (child_process.js:809:12)
 </code> </code>
 +
  
 == Démarrage automatique avec systemd == Démarrage automatique avec systemd
  
-<code ini /etc/systemd/system/etherpad.service>+''/etc/systemd/system/etherpad.service'' 
 +<code ini>
 [Unit] [Unit]
 Description=Etherpad container Description=Etherpad container
Ligne 208: Ligne 221:
 systemctl start etherpad systemctl start etherpad
 </code> </code>
 +
  
 == Plugin == Plugin
Ligne 258: Ligne 272:
 </code> </code>
  
-<code javascript settings.json>+''settings.json'' 
 +<code javascript>
 // Display comments as icons, not boxes // Display comments as icons, not boxes
 "ep_comments_page": { "ep_comments_page": {
Ligne 266: Ligne 281:
  
 FIXME /opt/etherpad/etherpad-lite/node_modules/ep_fileupload/upload FIXME /opt/etherpad/etherpad-lite/node_modules/ep_fileupload/upload
 +
  
 == Script déploiement Etherpad via Docker == Script déploiement Etherpad via Docker
tech/notes_etherpad.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki