mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Merge branch 'master' of https://github.com/smhaller/ldap-overleaf-sl
This commit is contained in:
commit
025dfe734c
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -51,16 +51,21 @@ MYDATA=/data
|
||||||
```
|
```
|
||||||
|
|
||||||
*MYDATA* is the location (mount-point) for all data and will hold several directories:
|
*MYDATA* is the location (mount-point) for all data and will hold several directories:
|
||||||
|
|
||||||
- mongo_data: Mongo DB
|
- mongo_data: Mongo DB
|
||||||
- redis_data: Redis dump.rdb
|
- redis_data: Redis dump.rdb
|
||||||
- sharelatex: all projects, tmp files, user files templates and ...
|
- sharelatex: all projects, tmp files, user files templates and ...
|
||||||
- letsencrypt: https certificates
|
- letsencrypt: https certificates
|
||||||
|
|
||||||
*MYDOMAIN* is the FQDN for sharelatex and certbot (letsencrypt)
|
*MYDOMAIN* is the FQDN for sharelatex and certbot (letsencrypt) <br/>
|
||||||
|
|
||||||
*MYMAIL* is the admin mailaddress
|
*MYMAIL* is the admin mailaddress
|
||||||
|
|
||||||
|
```
|
||||||
|
LOGIN_TEXT=username
|
||||||
|
COLLAB_TEXT=Direct share with collaborators is enabled only for activated users!
|
||||||
|
```
|
||||||
|
*LOGIN_TEXT* : displayed instead of email-adress field (login.pug) <br/>
|
||||||
|
*COLLAB_TEXT* : displayed for email invitation (share.pug)
|
||||||
|
|
||||||
|
|
||||||
### LDAP Configuration
|
### LDAP Configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue