From 1b8154a74b42860d6879ce0b81f1141a71e0cbb6 Mon Sep 17 00:00:00 2001 From: SaarLAN-Pissbeutel <183202051+SaarLAN-Pissbeutel@users.noreply.github.com> Date: Tue, 30 Dec 2025 11:08:32 +0000 Subject: [PATCH] add access token for ntfy notifications --- .../components/create-notification-form.tsx | 14 ++++++++++++++ app/schemas/notifications.ts | 1 + app/server/modules/notifications/builders/ntfy.ts | 7 +++++++ 3 files changed, 22 insertions(+) diff --git a/app/client/modules/notifications/components/create-notification-form.tsx b/app/client/modules/notifications/components/create-notification-form.tsx index 01e8dc08..453ffaca 100644 --- a/app/client/modules/notifications/components/create-notification-form.tsx +++ b/app/client/modules/notifications/components/create-notification-form.tsx @@ -518,6 +518,20 @@ export const CreateNotificationForm = ({ onSubmit, mode = "create", initialValue )} /> + ( + + Access token (Optional) + + + + Access token for server authentication, if required. + + + )} + />