From aea39aaa03a173e2692a3cf1b53fe1ce7b5c6751 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 18 Jun 2026 11:32:18 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:inventories/default.nix --- inventories/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inventories/default.nix b/inventories/default.nix index a878bca..81ca2cb 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -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; } ];