Update public/v4/apps/matrix-conduwuit.yml

This commit is contained in:
aly 2024-12-29 18:19:20 +10:00
parent 18fb42144d
commit 2fba437727

View file

@ -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'