diff --git a/docs/knowledge-base/notifications.md b/docs/knowledge-base/notifications.md index ef2a48299..6f149cc1c 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, Mattermost, Pushover, and Webhooks for deployments, backups, and server monitoring alerts." +description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, Mattermost, Pushover, Gotify, and Webhooks for deployments, backups, and server monitoring alerts." --- # Notifications @@ -215,6 +215,32 @@ Slack webhooks in Coolify are fully compatible with Mattermost. 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. +::: + ### Webhook Webhook notifications allow you to send notifications to any custom endpoint that accepts HTTP requests.