Configuring Element Web
See how to download example files from the helm chart here.
Configuration
For a quick setup using the default settings, see the minimal fragment example in charts/matrix-stack/ci/fragments/element-web-minimal.yaml
.
Additional configuration
Additional Element Web configuration can be provided inline in the values as a json string with
elementWeb:
additional:
user-config.json: |
{
"some": "settings"
}
Disabling Element Web
Matrix Authentication Service is enabled for deployment by default can be disabled with the following values
elementWeb:
enabled: false