|
1 | 1 | --- |
2 | 2 | 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." |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | # Notifications |
@@ -202,6 +202,34 @@ Email notifications can be configured using either SMTP or Resend. |
202 | 202 | Pushover allows you to receive notifications on multiple devices including iOS, Android, and desktop. |
203 | 203 | ::: |
204 | 204 |
|
| 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 | + |
205 | 233 | ## Notification Events |
206 | 234 |
|
207 | 235 | You can configure which events trigger notifications in your notification settings: |
|
0 commit comments