You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas JEUDY
83cdac9773
|
3 years ago | |
---|---|---|
.. | ||
hooks | 3 years ago | |
README.org | 3 years ago | |
metadata.yml | 3 years ago |
README.org
Etherpad Charm
Upgrade
Based on https://github.com/ether/etherpad-lite , following:
https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md
Used:
TAG=1.8.14 git clone https://github.com/ether/etherpad-lite --depth 1 -b $TAG docker build --build-arg INSTALL_SOFFICE=1 . -t docker.0k.io/etherpad:${TAG}-soffice docker push docker.0k.io/etherpad:${TAG}-soffice
Admin password
We choose to NOT include admin panel as it allows to change settings
and install plugins but this will not allow to reproduce an install
easily. We can do this on the compose.yml
side in a reproducible
manner.