etherpad: add plugins (enables closed captions)

This commit is contained in:
chandi
2020-05-31 11:27:32 +02:00
parent e0b82391a2
commit 53a348fded
4 changed files with 23 additions and 5 deletions

5
mod/etherpad/entrypoint.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo $ETHERPAD_API_KEY > /tmp/apikey
export NODE_ENV=production
node /opt/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js --apikey /tmp/apikey