Go to file
sparkcyf c97fdc1db7 update docker image tag 2022-06-12 01:41:06 +08:00
ldap-overleaf-sl fix the login error when user has different firstname and lastname between sharelatex and oauth2 provider 2022-06-12 01:39:51 +08:00
.gitignore test path 2022-06-10 22:08:27 +08:00
.gitlab-ci.yml update docker image tag 2022-06-12 01:41:06 +08:00
Dockerfile fix python-pygments (need to use python3-pygments) 2022-06-10 22:49:17 +08:00
LICENSE Initial version 2021-05-08 00:16:27 +02:00
README.md fix build args (no tag) 2022-06-11 13:30:17 +08:00
environment Cleanup build args 2022-01-15 22:44:33 +01:00
renovate.json Add renovate.json 2021-05-30 09:03:53 +00:00

README.md

docker-overleaf-ldap

pipeline status

This repository provides an OCI image for Overleaf bundled with ldap-overleaf-sl to support LDAP authentication. One can use Docker in order to build the image, as follows.

docker build -t docker-overleaf-ldap .

Environment variables

Two environment variables are used at runtime to configure the bind user:

  • LDAP_BIND_USER: Bind-DN, i.e., DN of the bind user.
  • LDAP_BIND_PW: Password of the bind user.

Build arguments

The following arguments can be passed via --build-args.

Argument Default Description
BASE docker.io/sharelatex/sharelatex Can be set to any Overleaf image tag. See here for a list of tags.
LDAP_PLUGIN_URL https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master URL to download ldap-overleaf-sl from.

GitLab CI

The environment file is used to specify some environment variables for the GitLab CI:

  • BASE: Gets passed to the BASE build argument.
  • LDAP_PLUGIN_URL: Gets passed to the LDAP_PLUGIN_URL build argument.
  • IMAGE_TAG: Is used as image tag, but only in the build for the branch main.