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

Revision #3
Created 2025-05-21 13:14:49 UTC by Gaël Goinvic
Updated 2025-05-28 11:52:16 UTC by Will Lewis