From e9dfe64b1af68320ba1b24d7f76a537d3a312e2c Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 18 Jun 2026 17:32:02 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:inventories/default.nix --- inventories/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/inventories/default.nix b/inventories/default.nix index 81ca2cb..537658a 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -330,7 +330,6 @@ matrixRooms = [ { receivers = [ - "default" "matrix" ]; roomId = "!rqIrWqPvsXqMgYpcNZ:matrix.org"; @@ -383,14 +382,9 @@ name = "matrix"; webhook_configs = [ { - url = "http://localhost:3000/alerts"; - http_config = { - basic_auth = { - username = "kuroiris"; - password = "$${KUROIRIS_PASSWORD}"; - }; - }; + url = "http://localhost:3000/alerts?secret=$$KUROIRIS_SECRET"; send_resolved = true; + } ]; }