Merge pull request #64 from CatPaulKatze/docs/ntfy

docs: added ntfy Notification documentation
This commit is contained in:
Mauricio Siu
2025-09-07 12:53:36 -06:00
committed by GitHub

View File

@@ -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/).