mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/default.nix
This commit is contained in:
2026-06-18 11:32:18 +07:00
parent c035a73ade
commit aea39aaa03
+7 -1
View File
@@ -383,7 +383,13 @@
name = "matrix";
webhook_configs = [
{
url = "http://localhost:3000";
url = "http://localhost:3000/alerts";
http_config = {
basic_auth = {
username = "kuroiris";
password = "$${KUROIRIS_PASSWORD}";
};
};
send_resolved = true;
}
];