From e897758953c5931e769c1828a0a56bb8a49eea4b Mon Sep 17 00:00:00 2001 From: elmariss <53705290+YaRissi@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:32:19 +0200 Subject: [PATCH] docs: add gotify notification --- docs/knowledge-base/notifications.md | 30 +++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/knowledge-base/notifications.md b/docs/knowledge-base/notifications.md index 36352e52c..914c314c1 100644 --- a/docs/knowledge-base/notifications.md +++ b/docs/knowledge-base/notifications.md @@ -1,6 +1,6 @@ --- title: "Notifications" -description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, and Pushover for deployments, backups, and server monitoring alerts." +description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, Pushover, and Gotify for deployments, backups, and server monitoring alerts." --- # Notifications @@ -202,6 +202,34 @@ Email notifications can be configured using either SMTP or Resend. Pushover allows you to receive notifications on multiple devices including iOS, Android, and desktop. ::: +### Gotify + + +1. Set up Gotify Server + - Deploy your own Gotify server or use an existing one + - Visit [Gotify Documentation](https://gotify.net/docs/install) for installation instructions + - Note your Gotify server URL (e.g., `https://gotify.example.com`) + +2. Create an Application + - Log in to your Gotify server + - Navigate to **Apps** in the dashboard + - Click **Create Application** + - Enter an application name (e.g., "Coolify Notifications") + - Copy the `Application Token` that is generated + +3. Configure in Coolify: + - Go to **Notifications** → **Gotify** + - Enter your Gotify server `URL` (e.g., `https://gotify.example.com`) + - Paste the `Application Token` from step 2 + - Save the settings + - Enable the Gotify channel + - Send a `Test notification` + + +::: info + 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. +::: + ## Notification Events You can configure which events trigger notifications in your notification settings: