feat(conduit): Refactor matrix appservices and add matrix-hookshot

This commit is contained in:
Tristan Daniël Maat 2025-02-08 05:47:44 +08:00
parent 08ff591117
commit bad13ed0b8
Signed by: tlater
GPG key ID: 49670FD774E43268
9 changed files with 313 additions and 91 deletions
configuration/services/metrics

View file

@ -26,6 +26,10 @@
config.security.crowdsec.remediationComponents.firewallBouncer.settings.prometheus.listen_port;
in
[ "${address}:${toString port}" ];
# Configured in the hookshot listeners, but it's hard to filter
# the correct values out of that config.
matrixHookshot.targets = [ "127.0.0.1:9001" ];
};
};
}