-
Notifications
You must be signed in to change notification settings - Fork 60
Configure MSC4143 support in Synapse when MatrixRTC is enabled #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dyff of changes in rendered templates of CI manifestsFull contents of manifests and dyffs are available in https://github.com/element-hq/ess-helm/actions/runs/19136709900/artifacts/4486992917 example-default-enabled-components-checkov-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://synapse.ess.localhost/
server_name: ess.localhost
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.ess.localhost
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://synapse.ess.localhost/
server_name: ess.localhost
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.ess.localhost
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
example-default-enabled-components-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://synapse.ess.localhost/
server_name: ess.localhost
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.ess.localhost
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://synapse.ess.localhost/
server_name: ess.localhost
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.ess.localhost
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
pytest-matrix-rtc-synapse-wellknown-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://synapse.ess.localhost/
server_name: ess.localhost
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[41 lines unchanged)]
- 'fec0::/10'
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.{{ $.Values.serverName }}
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://synapse.ess.localhost/
server_name: ess.localhost
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[41 lines unchanged)]
- 'fec0::/10'
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.{{ $.Values.serverName }}
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-certificates-pg-external-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-certificates-pg-with-helm-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-external-cert-pg-external-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-external-cert-pg-with-helm-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-letsencrypt-pg-external-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-letsencrypt-pg-with-helm-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-wildcard-cert-pg-external-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[44 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
quick-setup-wildcard-cert-pg-with-helm-values.yaml@@ ConfigMap/ess-ci/release-name-synapse-hook - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
@@ ConfigMap/ess-ci/release-name-synapse - data.04-homeserver-overrides.yaml @@
public_baseurl: https://matrix.your.tld/
server_name: your.tld
signing_key_path: /secrets/release-name-generated/SYNAPSE_SIGNING_KEY
enable_metrics: true
[45 lines unchanged)]
endpoint: http://release-name-matrix-authentication-service.ess-ci.svc.cluster.local.:8080/
experimental_features:
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
+ # MSC4143: Matrix RTC Transport using Livekit Backend. This enables a client-server API for discovery of Matrix RTC backends
+ msc4143_enabled: true
# MSC4222 needed for syncv2 state_after. This allow clients to
# correctly track the state of the room.
msc4222_enabled: true
# QR Code Login. Requires MAS
msc4108_enabled: true
password_config:
localdb_enabled: false
enabled: false
+
+ matrix_rtc:
+ transports:
+ - type: livekit
+ livekit_service_url: https://mrtc.your.tld
send_federation: true
# This is still required despite media_storage_providers as otherwise Synapse attempts to mkdir media_store at the root of the container
[five lines unchanged)]
instance_map:
main:
host: release-name-synapse-main.ess-ci.svc.cluster.local.
port: 9093
|
60c47a1 to
4dc411d
Compare
jaywink
approved these changes
Nov 6, 2025
charts/matrix-stack/configs/synapse/synapse-04-homeserver-overrides.yaml.tpl
Outdated
Show resolved
Hide resolved
4dc411d to
dff9ea6
Compare
dff9ea6 to
7f11653
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Makes use of element-hq/synapse#18967 for future proofing Matrix RTC support