From 664b440d701e12bf69f8cef9af09dffba1dad1e4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Mar 2026 09:58:38 +0000 Subject: [PATCH] fix: update Ntfy setup instructions for clarity and security token terminology --- docs/features/notifications.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/features/notifications.md b/docs/features/notifications.md index 7f6f496f..9166d18b 100644 --- a/docs/features/notifications.md +++ b/docs/features/notifications.md @@ -270,12 +270,11 @@ Ntfy delivers push notifications to your phone or desktop using a simple HTTP-ba 1. Pick a topic name (or use an existing one) on [ntfy.sh](https://ntfy.sh) or your self-hosted server 2. In Charon, go to **Settings** → **Notifications** and click **"Add Provider"** 3. Select **Ntfy** as the service type -4. Enter your server URL (e.g., `https://ntfy.sh` or `https://ntfy.example.com`) -5. Enter your topic name -6. (Optional) Add a Bearer token if your server requires authentication -7. Configure notification triggers and save +4. Enter your Topic URL (e.g., `https://ntfy.sh/charon-alerts` or `https://ntfy.example.com/charon-alerts`) +5. (Optional) Add an access token if your topic requires authentication +6. Configure notification triggers and save -> **Security:** Your Bearer token is stored securely and is never exposed in API responses. +> **Security:** Your access token is stored securely and is never exposed in API responses. #### Basic Message