diff --git a/ee-installer/src/dimension.md b/ee-installer/src/dimension.md index fff1248..7741804 100644 --- a/ee-installer/src/dimension.md +++ b/ee-installer/src/dimension.md @@ -28,6 +28,7 @@ Please note that we recognise this situation is less than ideal. We will be work - `bot_data_size`: The size of the space allocated to bot data. - `bot_data_path`: The path on the hosting machine to the space allocated to bot data + - `verify_tls` : Optional. If doing a POC with self-signed certs, set this to 0. The default is 1. - Restart the install script ## On element diff --git a/ee-installer/src/groupsync.md b/ee-installer/src/groupsync.md index 2881f8e..c19bd20 100644 --- a/ee-installer/src/groupsync.md +++ b/ee-installer/src/groupsync.md @@ -30,6 +30,7 @@ only supports a single node, non-federated configuration. that will not get kicked from rooms even if they don't belong to them according to LDAP. This is useful for things like the auditbot. Patterns listed here will be wrapped in ^ and $ before matching. + - `verify_tls` : Optional. If doing a POC with self-signed certs, set this to 0. The default value is 1. ## Configuring the source diff --git a/ee-installer/src/hookshot.md b/ee-installer/src/hookshot.md index 458c143..faedba7 100644 --- a/ee-installer/src/hookshot.md +++ b/ee-installer/src/hookshot.md @@ -21,6 +21,7 @@ hookshot once installed. managers. Necessary for integration with dimension. - `bot_name` : The name of hookshot bot - `bot_avatar` : An `mxc://` uri to the hookshot bot avatar image. + - `verify_tls` : Optional. If doing a POC with self-signed certificates, set this to 0. Defaults to 1. - Restart the install script ## Enabling GitHub Integration