From 34d0f54a68feb748d9b800a16bdeefd496eef7fa Mon Sep 17 00:00:00 2001 From: maiki Date: Mon, 3 Sep 2018 19:37:36 -0700 Subject: [PATCH 1/2] Minor fixes --- .../doc/advanced/config-cheat-sheet.en-us.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index cd147f2a9d50a..b9084919f0d27 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -126,9 +126,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. on another (https) port. - `PORT_TO_REDIRECT`: **80**: Port used when `REDIRECT_OTHER_PORT` is true. - `ENABLE_LETSENCRYPT`: **false**: If enabled you must set `DOMAIN` to valid internet facing domain (ensure DNS is set and port 80 is accessible by letsencrypt validation server). - By using Lets Encrypt **you must consent** to their [terms of service](https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf) -- `LETSENCRYPT_ACCEPTTOS`: **false**: This is an explicit check that you accept the terms of service for Let's Encrypt -- `LETSENCRYPT_DIRECTORY`: **https**: Directory that Letsencrypt will use to cache information such as certs and private keys + By using Lets Encrypt **you must consent** to their [terms of service](https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf). +- `LETSENCRYPT_ACCEPTTOS`: **false**: This is an explicit check that you accept the terms of service for Let's Encrypt. +- `LETSENCRYPT_DIRECTORY`: **https**: Directory that Letsencrypt will use to cache information such as certs and private keys. - `LETSENCRYPT_EMAIL`: **email@example.com**: Email used by Letsencrypt to notify about problems with issued certificates. (No default) ## Database (`database`) @@ -190,8 +190,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. for reverse authentication. - `ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration. - `CAPTCHA_TYPE`: **image**: \[image, recaptcha\] -- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha -- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha +- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha. +- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha. - `DEFAULT_ENABLE_DEPENDENCIES`: **true** Enable this to have dependencies enabled by default. ## Webhook (`webhook`) @@ -218,7 +218,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - Note that enabling sendmail will ignore all other `mailer` settings except `ENABLED`, `FROM` and `SENDMAIL_PATH`. - `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system. (can be - command or full path) + command or full path). ## Cache (`cache`) @@ -242,7 +242,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. `http://cn.gravatar.com/avatar/`. - `DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only. - `ENABLE_FEDERATED_AVATAR`: **false**: Enable support for federated avatars (see - http://www.libravatar.org) + [http://www.libravatar.org](http://www.libravatar.org)). - `AVATAR_UPLOAD_PATH`: **data/avatars**: Path to store local and cached files. ## Attachment (`attachment`) @@ -304,7 +304,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. ## API (`api`) - `ENABLE_SWAGGER_ENDPOINT`: **true**: Enables /api/swagger, /api/v1/swagger etc. endpoints. True or false; default is true. -- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page +- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page. ## i18n (`i18n`) From d7a57e934a24bb8fd274b73453e2c83fb5aec07d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 4 Sep 2018 22:09:06 -0400 Subject: [PATCH 2/2] remove period --- docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index b9084919f0d27..fef056af8176f 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -217,7 +217,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. This is common on linux systems. - Note that enabling sendmail will ignore all other `mailer` settings except `ENABLED`, `FROM` and `SENDMAIL_PATH`. -- `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system. (can be +- `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system (can be command or full path). ## Cache (`cache`)