mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-04 12:05:11 +01:00
1018 B
1018 B
Telegram notifications
Notifications can be sent via Telegram using a Telegram Bot.
Follow the instructions to set up a bot and get it's token.
Message the GetID bot to find your chat ID. Multiple chat IDs can be provided in order to deliver notifications to multiple recipients.
Configuration
!!! example "File"
yaml notif: telegram: token: aabbccdd:11223344 chatIDs: - 123456789 - 987654321
| Name | Default | Description |
|---|---|---|
token1 |
Telegram bot token | |
chatIDs1 |
List of chat IDs to send notifications to |
!!! abstract "Environment variables"
* DIUN_NOTIF_TELEGRAM_TOKEN
* DIUN_NOTIF_TELEGRAM_CHATIDS (comma separated)
Sample
-
Value required ↩︎
