mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
Merge pull request #64 from CatPaulKatze/docs/ntfy
docs: added ntfy Notification documentation
This commit is contained in:
18
apps/docs/content/docs/core/(Notifications)/ntfy.mdx
Normal file
18
apps/docs/content/docs/core/(Notifications)/ntfy.mdx
Normal 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/).
|
||||
Reference in New Issue
Block a user