From d0b575420af048a2f1ef4174971e44eeb36a950e Mon Sep 17 00:00:00 2001 From: Paul Sommer Date: Sat, 6 Sep 2025 22:40:28 +0200 Subject: [PATCH] docs: added ntfy Notification documentation --- .../content/docs/core/(Notifications)/ntfy.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/docs/content/docs/core/(Notifications)/ntfy.mdx diff --git a/apps/docs/content/docs/core/(Notifications)/ntfy.mdx b/apps/docs/content/docs/core/(Notifications)/ntfy.mdx new file mode 100644 index 0000000..c5a35fb --- /dev/null +++ b/apps/docs/content/docs/core/(Notifications)/ntfy.mdx @@ -0,0 +1,18 @@ +--- +title: Ntfy +description: 'Configure ntfy notifications for your applications.' +--- + +Ntfy notifications are a great way to stay up to date with important events in your Dokploy panel. You can choose to receive notifications for specific events or all events. + +## Ntfy Notifications + +For start receiving ntfy notifications, you need to fill the form with the following details: + +- **Name**: Enter any name you want. +- **Server URL**: Enter the ntfy server URL. eg. `https://ntfy.example.com` +- **Access Token**: Enter the ntfy token. You can create one under `https://ntfy.example.com/account` +- **Topic**: Enter the topic you want the notifications to be received. +- **Priority**: Enter the priority of the notification, default is `3` (1-5). + +To Setup the ntfy notifications, you can read the [Notify Documentation](https://docs.ntfy.sh/). \ No newline at end of file