worksasintended / overleaf_ldap

free ldap implementation to overleaf
GNU Affero General Public License v3.0
23 stars 12 forks source link

Announcment

For those still interested on this topic, there will soon be a new version comming.

overleaf_ldap

ldap implementation for the overleaf community edition overleaf

Work by kemnitzs and worksasintended.

This solution uses ldapjs.

Usage

Edit docker-compose.yml to fit your local setup.

For persistent storage use volumes. For secure connections either use nginx-proxy or add the certificate to nginx inside the worksasintended/overleaf-ldap container and adjust nginx settings accordingly.

Start the server using docker-compose

docker-compose up -d

Building the image

The image worksasintended/overleaf_ldap is available at dockerhub

You can also build it yourself simply using the docker build command or the build script.