From 4ce188edecb1992a4c6923b662ebc8a4de51d10c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 1 Feb 2024 15:50:43 +0100 Subject: [PATCH] metrics(matrix-synapse): enable internal MAU metrics https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#mau_stats_only --- hosts/nachtigall/apps/matrix/synapse.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nachtigall/apps/matrix/synapse.nix b/hosts/nachtigall/apps/matrix/synapse.nix index 50d26dd..9a16c36 100644 --- a/hosts/nachtigall/apps/matrix/synapse.nix +++ b/hosts/nachtigall/apps/matrix/synapse.nix @@ -101,6 +101,7 @@ in disable_msisdn_registration = true; enable_media_repo = true; enable_metrics = true; + mau_stats_only = true; enable_registration = false; enable_registration_captcha = false; enable_registration_without_verification = false;