medienhaus / medienhaus-docker

The medienhaus/ Docker composition
https://medienhaus.dev/
GNU Affero General Public License v3.0
0 stars 0 forks source link

MyPads Etherpad plugin `ep_mypads` needs manual fixes to use Authentik’s LDAP #2

Closed andirueckel closed 9 months ago

andirueckel commented 1 year ago

Step-by-step instructions for each command:

docker exec -it etherpad /bin/bash
cd node_modules/ep_mypads/
npm install ldapauth-fork@^5.0.5
exit
docker restart etherpad

Attention: This is overriden when executing docker compose up -d with --build and/or --force-recreate … ⚠️

This bug, which happens due to a very old version of node-ldapauth-fork and/or node-ldapjs respectively defined in their package.json (or similar) file, should and hopefully will be fixed by the ep_mypads plugin authors, i.e. Framasoft. 🐞