Update README.md

This commit is contained in:
sym 2020-05-18 17:11:00 +02:00 committed by GitHub
parent e3a91522a8
commit 2fe3fa488c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,21 +51,19 @@ 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 LOGIN_TEXT=username
COLLAB_TEXT=Direct share with collaborators is enabled only for activated users! COLLAB_TEXT=Direct share with collaborators is enabled only for activated users!
``` ```
*LOGIN_TEXT* : displayed instead of email-adress field (login.pug) *LOGIN_TEXT* : displayed instead of email-adress field (login.pug) <br/>
*COLLAB_TEXT* : displayed for email invitation (share.pug) *COLLAB_TEXT* : displayed for email invitation (share.pug)