mirror of
https://github.com/Dokploy/website.git
synced 2026-07-14 02:15:25 +02:00
docs: add Mattermost as a notification provider
This commit is contained in:
28
apps/docs/content/docs/core/(Notifications)/mattermost.mdx
Normal file
28
apps/docs/content/docs/core/(Notifications)/mattermost.mdx
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Mattermost
|
||||
description: 'Configure mattermost notifications for your applications.'
|
||||
---
|
||||
|
||||
|
||||
Mattermost 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.
|
||||
|
||||
## Mattermost Notifications
|
||||
|
||||
To start receiving mattermost notifications, you need to fill the form with the following details:
|
||||
|
||||
- **Name**: Enter any name you want.
|
||||
- **Webhook URL**: Enter the webhook URL. eg. `https://your-mattermost.com/hooks/xxx-generatedkey-xxx`
|
||||
- **Channel**: Enter the channel name that you want to send the notifications to.
|
||||
- **Username**: Enter the username that you want to send the notifications by.
|
||||
|
||||
To Setup the mattermost notifications, follow these steps:
|
||||
|
||||
|
||||
1. Go to `https://your-mattermost.com/organization_name/integrations/incoming_webhooks` and click on `Add Incoming Webhook`.
|
||||
2. Enter title, description and select the channel that you want to send the notifications to.
|
||||
3. Click on `Save`.
|
||||
4. Copy the `Webhook URL`.
|
||||
5. Go to Dokploy `Notifications` and select `Mattermost` as the notification provider.
|
||||
6. Use the `Webhook URL` you copied in the previous step.
|
||||
7. In Channel section, select the channel that you want to send the notifications to.
|
||||
8. Click on `Create` to save the notification.
|
||||
@@ -3,10 +3,10 @@
|
||||
"pages": [
|
||||
"overview",
|
||||
"slack",
|
||||
"mattermost",
|
||||
"telegram",
|
||||
"discord",
|
||||
"lark",
|
||||
"teams",
|
||||
"email",
|
||||
"resend",
|
||||
"gotify",
|
||||
|
||||
@@ -23,10 +23,10 @@ You can select which actions trigger notifications:
|
||||
Dokploy supports the following notification providers:
|
||||
|
||||
1. **Slack**: Slack is a platform for team communication and collaboration.
|
||||
2. **Telegram**: Telegram is a messaging platform that allows users to send and receive messages.
|
||||
3. **Discord**: Discord is generally used for communication between users in a chat or voice channel.
|
||||
4. **Lark**: Lark is a collaboration platform that provides messaging and team communication features.
|
||||
5. **Microsoft Teams**: Microsoft Teams is a collaboration platform that supports incoming webhooks for channel notifications.
|
||||
2. **Mattermost**: Mattermost is an open source platform for team communication and collaboration.
|
||||
3. **Telegram**: Telegram is a messaging platform that allows users to send and receive messages.
|
||||
4. **Discord**: Discord is generally used for communication between users in a chat or voice channel.
|
||||
5. **Lark**: Lark is a collaboration platform that provides messaging and team communication features.
|
||||
6. **Email**: Email is a popular method for sending messages to a group of recipients.
|
||||
7. **Resend**: Resend is a modern email API for developers to send transactional emails.
|
||||
8. **Gotify**: Gotify is a self-hosted push notification service.
|
||||
|
||||
Reference in New Issue
Block a user