23 lines
763 B
YAML
23 lines
763 B
YAML
---
|
|
- platform: webhooks
|
|
url: !secret services_notification_telegram_url
|
|
api_key: !secret services_notification_telegram_api_key
|
|
parse_mode: html
|
|
allowed_chat_ids:
|
|
- !secret services_notification_telegram_chat_id_01
|
|
- !secret services_notification_telegram_chat_id_02
|
|
- !secret services_notification_telegram_chat_id_03
|
|
- !secret services_notification_telegram_chat_id_04
|
|
trusted_networks:
|
|
- 149.154.160.0/20
|
|
- 91.108.4.0/22
|
|
- !secret services_notification_telegram_trusted_network_01
|
|
# - 149.154.167.197/32
|
|
# - 149.154.167.198/31
|
|
# - 149.154.167.200/29
|
|
# - 149.154.167.208/28
|
|
# - 149.154.167.224/29
|
|
# - 149.154.167.232/31
|
|
# - 149.154.167.226/32
|
|
# - !secret services_notification_telegram_white_ip_01
|