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

This commit is contained in:
aly 2024-12-29 18:21:04 +10:00
parent 2fba437727
commit 7fda6c4b2c

View file

@ -14,7 +14,6 @@ services:
CONDUWUIT_ALLOW_CHECK_FOR_UPDATES: 'true' CONDUWUIT_ALLOW_CHECK_FOR_UPDATES: 'true'
CONDUWUIT_MAX_REQUEST_SIZE: '$$cap_conduwuit_max_request_size' CONDUWUIT_MAX_REQUEST_SIZE: '$$cap_conduwuit_max_request_size'
CONDUWUIT_TRUSTED_SERVERS: '["matrix.org"]' CONDUWUIT_TRUSTED_SERVERS: '["matrix.org"]'
CONDUWUIT_MAX_CONCURRENT_REQUESTS: '$$cap_conduwuit_max_concurrent_requests'
CONDUWUIT_LOG: warn,state_res=warn CONDUWUIT_LOG: warn,state_res=warn
volumes: volumes:
- '$$cap_appname-data:/var/lib/conduwuit' - '$$cap_appname-data:/var/lib/conduwuit'
@ -73,9 +72,6 @@ caproverOneClickApp:
If you set this higher than 500000000, you will will also need to increase the nginx "client_max_body_size". If you set this higher than 500000000, you will will also need to increase the nginx "client_max_body_size".
validRegex: '/^[0-9]{2,}$/' validRegex: '/^[0-9]{2,}$/'
- id: '$$cap_conduwuit_max_concurrent_requests'
label: Maximum number of concurrent requests
defaultValue: '100'
instructions: instructions:
start: >- start: >-
conduwuit is a very cool, featureful fork of Conduit conduwuit is a very cool, featureful fork of Conduit