Merge pull request #202 from pedrobmarin/c-ue

chore: update Etherpad
This commit is contained in:
chandi 2022-03-21 10:32:52 +01:00 committed by GitHub
commit 564d528d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 540 additions and 497 deletions

View File

@ -1,4 +1,4 @@
FROM etherpad/etherpad:1.8.16
FROM etherpad/etherpad:1.8.17
USER root
@ -7,13 +7,11 @@ RUN apt-get update \
USER etherpad
# ep_cursortrace: using mconf's fork due to https://github.com/ether/ep_cursortrace/pull/25 not being accepted upstream
RUN npm install \
ep_cursortrace@3.1.12 \
git+https://github.com/pedrobmarin/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \
git+https://github.com/pedrobmarin/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \
git+https://github.com/mconf/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \
git+https://github.com/mconf/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \
git+https://github.com/ether/ep_disable_chat.git#v0.0.4 \
git+https://github.com/ether/ep_sticky_attributes.git#v0.1.10 \
# remove npm lockfile, because somehow it prevents etherpad from detecting the manual added plugin ep_bigbluebutton_patches
&& rm package-lock.json

File diff suppressed because it is too large Load Diff