Update public/v4/apps/matrix-conduwuit.yml
This commit is contained in:
parent
18fb42144d
commit
2fba437727
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
|||
CONDUWUIT_SERVER_NAME: '$$cap_conduwuit_server_name'
|
||||
CONDUWUIT_DATABASE_PATH: '/var/lib/conduwuit'
|
||||
CONDUWUIT_ALLOW_REGISTRATION: '$$cap_conduwuit_allow_registration'
|
||||
CONDUWUIT_REGISTRATION_TOKEN: '$$cap_conduwuit_registration_token'
|
||||
CONDUWUIT_ALLOW_FEDERATION: '$$cap_conduwuit_allow_federation'
|
||||
CONDUWUIT_ALLOW_CHECK_FOR_UPDATES: 'true'
|
||||
CONDUWUIT_MAX_REQUEST_SIZE: '$$cap_conduwuit_max_request_size'
|
||||
|
@ -54,6 +55,10 @@ caproverOneClickApp:
|
|||
Otherwise, your server might be used by spammers to mass-register accounts,
|
||||
which will risk your server being banned by other servers.
|
||||
validRegex: '/^(true|false)$/i'
|
||||
- id: '$$cap_conduwuit_registration_token'
|
||||
label: conduwuit registration token
|
||||
defaultValue: 'o&^uCtes4HPf0Vu@F20jQeeWE7'
|
||||
description: "If registration is allowed above, CHANGE THIS to something equally secure"
|
||||
- id: '$$cap_conduwuit_allow_federation'
|
||||
label: Enable federation with other homeservers
|
||||
defaultValue: 'true'
|
||||
|
|
Loading…
Reference in a new issue