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.

24 lines
685 B

  1. # -*- ispell-local-dictionary: "english" -*-
  2. #+TITLE: Etherpad Charm
  3. * Upgrade
  4. Based on https://github.com/ether/etherpad-lite , following:
  5. https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md
  6. Used:
  7. #+begin_src sh
  8. TAG=1.8.14
  9. git clone https://github.com/ether/etherpad-lite --depth 1 -b $TAG
  10. docker build --build-arg INSTALL_SOFFICE=1 . -t docker.0k.io/etherpad:${TAG}-soffice
  11. docker push docker.0k.io/etherpad:${TAG}-soffice
  12. #+end_src
  13. * Admin password
  14. We choose to NOT include admin panel as it allows to change settings
  15. and install plugins but this will not allow to reproduce an install
  16. easily. We can do this on the =compose.yml= side in a reproducible
  17. manner.