feat(conduit): Refactor matrix appservices and add matrix-hookshot
This commit is contained in:
parent
08ff591117
commit
bad13ed0b8
9 changed files with 313 additions and 91 deletions
configuration/services/metrics
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue