tech:notes_etherpad
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_etherpad [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_etherpad [2025/11/11 17:24] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 8: | Ligne 8: | ||
| * http:// | * http:// | ||
| * https:// | * https:// | ||
| + | |||
| + | Voir aussi : | ||
| + | * https:// | ||
| + | |||
| + | Notes : Redis a remplacer par Valkey | ||
| <code bash> | <code bash> | ||
| Ligne 16: | Ligne 21: | ||
| mkdir -p / | mkdir -p / | ||
| + | |||
| useradd -s / | useradd -s / | ||
| + | # useradd is a low level utility for adding users. On Debian, administrators should usually use adduser(8) instead. | ||
| cd / | cd / | ||
| Ligne 25: | Ligne 32: | ||
| - | + | '' | |
| - | <code javascript | + | <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*/ | ||
| " | " | ||
| Ligne 78: | Ligne 85: | ||
| </ | </ | ||
| - | <code javascript | + | '' |
| + | <code javascript> | ||
| " | " | ||
| Ligne 93: | Ligne 101: | ||
| </ | </ | ||
| - | <code javascript | + | '' |
| + | <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. | ||
| | | ||
| Ligne 115: | Ligne 124: | ||
| https:// | https:// | ||
| - | <code ini / | + | '' |
| + | <code ini> | ||
| [supervisord] | [supervisord] | ||
| nodaemon=true | nodaemon=true | ||
| Ligne 161: | Ligne 171: | ||
| service redis-server start | service redis-server start | ||
| </ | </ | ||
| + | |||
| == Pb conversion en ODT | == Pb conversion en ODT | ||
| Ligne 178: | Ligne 189: | ||
| at Process.ChildProcess._handle.onexit (child_process.js: | at Process.ChildProcess._handle.onexit (child_process.js: | ||
| </ | </ | ||
| + | |||
| == Démarrage automatique avec systemd | == Démarrage automatique avec systemd | ||
| - | <code ini / | + | '' |
| + | <code ini> | ||
| [Unit] | [Unit] | ||
| Description=Etherpad container | Description=Etherpad container | ||
| Ligne 208: | Ligne 221: | ||
| systemctl start etherpad | systemctl start etherpad | ||
| </ | </ | ||
| + | |||
| == Plugin | == Plugin | ||
| Ligne 258: | Ligne 272: | ||
| </ | </ | ||
| - | <code javascript | + | '' |
| + | <code javascript> | ||
| // Display comments as icons, not boxes | // Display comments as icons, not boxes | ||
| " | " | ||
| Ligne 266: | Ligne 281: | ||
| FIXME / | FIXME / | ||
| + | |||
| == 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
