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