summaryrefslogtreecommitdiff
path: root/docs/configuration-env-vars.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust description of CMD_ALLOW_ANONYMOUS_EDITSStefan Peters2020-02-111-1/+1
| | | | | | `CMD_ALLOW_ANONYMOUS_EDITS` is only applied when `CMD_ALLOW_ANONYMOUS` is `false`, see [here](https://github.com/codimd/server/blob/9c1665ae5bf3cf38210ffd862d10de9b13bfacdd/lib/config/index.js#L71-L73). Signed-off-by: Stefan Peters <stefandesu@exo.pm>
* Add Google oauth variable: hostedDomainike2020-02-081-0/+1
| | | | | | | | Which is part of `passport-google-oauth2`. It could be used as whitelist to a domain supported by google oauth. Ref: https://github.com/jaredhanson/passport-google-oauth2/issues/3 Signed-off-by: ike <developer@ikewat.com>
* update env docs in reference to #247Amolith2020-01-161-1/+1
| | | | Signed-off-by: Amolith <amolith@nixnet.xyz>
* [DOC] Run `manage_users` with `NODE_ENV=production` set.Matteo Savatteri2019-12-241-1/+1
| | | | | | `manage_user` script defaults to `development` environment. Signed-off-by: Matteo Savatteri <matteosavatteri@lcm.mi.infn.it>
* Added link to libravatar.orgErik Michelson2019-09-091-1/+1
| | | | Signed-off-by: Erik Michelson <erik@liltv.de>
* Changed Gravatar to LibravatarErik Michelson2019-09-091-1/+1
| | | | Signed-off-by: Erik Michelson <erik@liltv.de>
* Documentation: improved 'Users and Privileges' sectionChristian Bläul2019-08-171-4/+4
| | | | Signed-off-by: Christian Bläul <christian@blaeul.de>
* Documentation: improved EnglishChristian Bläul2019-08-171-2/+2
| | | | Signed-off-by: Christian Bläul <christian@blaeul.de>
* Not serverurl, but serverURL is used as a default for issuerChristian Bläul2019-08-171-1/+1
| | | | Signed-off-by: Christian Bläul <christian@blaeul.de>
* Documentation: improved sessionLife descriptionChristian Bläul2019-08-171-1/+1
| | | | Signed-off-by: Christian Bläul <christian@blaeul.de>
* Documentation: improved 'Email (local account)' sectionsChristian Bläul2019-08-171-2/+2
| | | | Signed-off-by: Christian Bläul <christian@blaeul.de>
* Documentation: improved dbURL descriptionChristian Bläul2019-08-171-1/+1
| | | | Signed-off-by: Christian Bläul <christian@blaeul.de>
* Add config for toobusy middlewareSheogorath2019-05-251-0/+1
| | | | | | | | | | With very low CPU frequency or bad IO situation, as well as not-loaded JS CodiMD happens to present unneeded "I'm busy"-messages to users. This patch allows to configure the lag. The default is taken from the libray but set in our own default configs. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add lutim supportDylan Dervaux2019-04-101-1/+7
| | | | Signed-off-by: Dylan Dervaux <dylanderv05@gmail.com>
* Added a configuration option for passport-saml:Emmanuel Ormancey2019-04-061-0/+1
| | | | | | | | | | | disableRequestedAuthnContext: true|false By default only Password authmethod is accepted, this option allows any other method. Issue and option described here: https://github.com/bergie/passport-saml/issues/226 Signed-off-by: Emmanuel Ormancey <emmanuel.ormancey@cern.ch>
* minor fixes to internal links in documentationClaudius2019-04-011-6/+6
|
* breaking up config docs into sectionsClaudius2019-04-011-46/+180
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* striving for consistency across various docsClaudius2019-04-011-1/+2
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* splitting README.md into files in /docs for better readabilityClaudius2019-04-011-0/+113
Signed-off-by: Claudius <opensource@amenthes.de>