You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,6 +170,19 @@ One common Synapse configuration option that can't be set by this mechanism is `
169
170
This is controlled by `synapse.media.maxUploadSize`.
170
171
This is so that Ingress controller specific annotations can be adjusted to match.
171
172
173
+
#### Worked example: disabling homeserver usage statistics
174
+
175
+
By default ESS Community submits [homeserver usage statistics](https://element-hq.github.io/synapse/latest/usage/administration/monitoring/reporting_homeserver_usage_statistics.html).
176
+
[`charts/matrix-stack/ci/fragments/synapse-disable-usage-statistics.yaml`] or below show how these can be disabled:
177
+
178
+
```yml
179
+
synapse:
180
+
additional:
181
+
disable-usage-statistics.yaml:
182
+
config: |
183
+
report_stats: false
184
+
```
185
+
172
186
### Configuring Matrix Authentication Service
173
187
174
188
Matrix Authentication Service configuration is written in YAML. The documentation can be found [here](https://element-hq.github.io/matrix-authentication-service/reference/configuration.html).
[Reporting Homeserver usage statistics](https://element-hq.github.io/synapse/latest/usage/administration/monitoring/reporting_homeserver_usage_statistics.html) documents what information is collected
4
+
5
+
This can be opted out of with the below or `charts/matrix-stack/ci/fragments/synapse-disable-usage-statistics.yaml`:
0 commit comments