From fb6f654738bbcb03d44d8148c386baccd7748f6e Mon Sep 17 00:00:00 2001 From: "Simon M. Haller-Seeber" Date: Thu, 11 Mar 2021 08:58:40 +0100 Subject: [PATCH] Switch from certbot to traefik: including loadbalancing for multiple sharelatex docker instances; Fix AuthenticationManger.js for sharelatex > 2.3.1; Todo: enhancement - also use https for loadbalancing in the docker backend. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d8dfa42..9fe950b 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,3 @@ export NUMINSTANCES=1 docker-compose up -d --scale sharelaatex=NUMINSTANCES ``` -*Known Issue:* -- Works up to sharelatex 2.3.1. After that at least issue #5 is introduced. - - - -