Go to file
Sebastian Hasler 7f30e9c476 Initial version
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
2021-05-08 00:16:27 +02:00
.gitlab-ci.yml Initial version 2021-05-08 00:16:27 +02:00
Dockerfile Initial version 2021-05-08 00:16:27 +02:00
LICENSE Initial version 2021-05-08 00:16:27 +02:00
README.md Initial version 2021-05-08 00:16:27 +02:00
environment Initial version 2021-05-08 00:16:27 +02: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 --build-arg BASE=docker.io/sharelatex/sharelatex:2.6.1 -t docker-overleaf-ldap .

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.