Skip to content

Commit 97e5dbe

Browse files
committed
docs: add gotify notification
1 parent 5ffc5cb commit 97e5dbe

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

docs/knowledge-base/notifications.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Notifications"
3-
description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, and Pushover for deployments, backups, and server monitoring alerts."
3+
description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, Pushover, and Gotify for deployments, backups, and server monitoring alerts."
44
---
55

66
# Notifications
@@ -202,6 +202,34 @@ Email notifications can be configured using either SMTP or Resend.
202202
Pushover allows you to receive notifications on multiple devices including iOS, Android, and desktop.
203203
:::
204204

205+
### Gotify
206+
207+
208+
1. Set up Gotify Server
209+
- Deploy your own Gotify server or use an existing one
210+
- Visit [Gotify Documentation](https://gotify.net/docs/install) for installation instructions
211+
- Note your Gotify server URL (e.g., `https://gotify.example.com`)
212+
213+
2. Create an Application
214+
- Log in to your Gotify server
215+
- Navigate to **Apps** in the dashboard
216+
- Click **Create Application**
217+
- Enter an application name (e.g., "Coolify Notifications")
218+
- Copy the `Application Token` that is generated
219+
220+
3. Configure in Coolify:
221+
- Go to **Notifications****Gotify**
222+
- Enter your Gotify server `URL` (e.g., `https://gotify.example.com`)
223+
- Paste the `Application Token` from step 2
224+
- Save the settings
225+
- Enable the Gotify channel
226+
- Send a `Test notification`
227+
228+
229+
::: info
230+
Gotify is a self-hosted, open-source notification server. This gives you complete control over your notification data and infrastructure. You can receive notifications on Android devices using the official Gotify app.
231+
:::
232+
205233
## Notification Events
206234

207235
You can configure which events trigger notifications in your notification settings:

0 commit comments

Comments
 (0)