From 46a578137d4eb099fff3c4f18edd58344c41755e Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sun, 17 Nov 2024 14:46:22 -0800 Subject: [PATCH] fix: Use HTTP Basic authentication for ntfy --- packages/notification/notification.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/notification/notification.yaml b/packages/notification/notification.yaml index 1f0a90e..b783529 100644 --- a/packages/notification/notification.yaml +++ b/packages/notification/notification.yaml @@ -21,8 +21,11 @@ notify: platform: rest method: POST_JSON resource: !secret ntfy_url - headers: - Authorization: !secret ntfy_token + authentication: basic + username: !secret ntfy_username + password: !secret ntfy_password + # headers: + # Authorization: !secret ntfy_token title_param_name: title message_param_name: message data: