diff --git a/frontend-modern/src/pages/Alerts.tsx b/frontend-modern/src/pages/Alerts.tsx index 882d9a1..952e7b4 100644 --- a/frontend-modern/src/pages/Alerts.tsx +++ b/frontend-modern/src/pages/Alerts.tsx @@ -2510,20 +2510,41 @@ function DestinationsTab(props: DestinationsTabProps) { >
Choose how Pulse should execute Apprise notifications.
+Leave blank to use the default `apprise` executable.
Maximum time to wait for the Apprise CLI to complete.
+ + +Point to an Apprise API endpoint such as https://host:8000.
+Targets the /notify/<key> endpoint when provided.
+Included with each request when your Apprise API requires authentication.
+Defaults to X-API-KEY for Apprise API deployments.
+Enable only when the Apprise API uses a self-signed certificate.
+Maximum time to wait for Apprise to respond.