service/matrix-bot: migrate matrix-hook from go-neb
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2025-06-07 11:33:56 +02:00
parent cf4bec4913
commit 6d1d3b5257
4 changed files with 37 additions and 51 deletions

View file

@ -17,7 +17,7 @@
email_configs = [ { to = "server@buehler.rocks"; } ];
webhook_configs = [
{
url = "http://localhost:4050/services/hooks/YWxlcnRtYW5hZ2VyX3NlcnZpY2U";
url = "http://localhost:4050/alert";
send_resolved = true;
}
];