spantaleev / matrix-docker-ansible-deploy

šŸ³ Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.78k stars 1.03k forks source link

etherpad plugin won't install #2347

Open felixx9 opened 1 year ago

felixx9 commented 1 year ago

running etherpad in dimension mode I can easily connect with admin gui.

When trying to install a plug, "installing" runs forever.

Screenshot from 2022-12-18 01-39-22

mjarr commented 1 year ago

It's a known upstream issue: https://github.com/ether/etherpad-lite/issues/5643 Also happens on my arm64 deployment in standalone mode.

felixx9 commented 1 year ago

ok - thx! Should I close this issue, now? Or leave it open to have an active cross reference?

aine-etke commented 1 year ago

You definitely should close it as it's an issue with etherpad project, not with playbook.

We build etherpad image with injected list of plugins as workaround: https://gitlab.com/etke.cc/etherpad/

ghost commented 1 year ago

You definitely should close it as it's an issue with etherpad project, not with playbook.

We build etherpad image with injected list of plugins as workaround: https://gitlab.com/etke.cc/etherpad/

Hello. I could install Etherpad on my arm64 using ansible matrix playbook. But I canā€™t install plugins. How can i setup this workaround?

tommyhlw commented 1 year ago

You definitely should close it as it's an issue with etherpad project, not with playbook. We build etherpad image with injected list of plugins as workaround: https://gitlab.com/etke.cc/etherpad/

Hello. I could install Etherpad on my arm64 using ansible matrix playbook. But I canā€™t install plugins. How can i setup this workaround?

workaround: use an older etherpad version e.g. 1.8.15 for installing the plugins. after that you could upgrade to latest (atm 1.8.18) see here: https://github.com/ether/etherpad-lite/issues/5643#issuecomment-1403014034