-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
63 lines (51 loc) · 1.25 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
scheduler: true
database:
user: "user"
password: "password"
host: "db" # to connect to the db packaged with docker compose stack
port: 3306
name: "database_name"
channels:
slack:
enabled: false
webhook_url: "YOUR_SLACK_WEBHOOK_URL"
teams:
enabled: false
webhook_url: "YOUR_TEAMS_WEBHOOK_URL"
webhook:
enabled: false
url: "YOUR_GENERIC_WEBHOOK_URL"
telegram:
enabled: false
api_key: "YOUR_TELEGRAM_API_KEY"
discord:
enabled: false
webhook_url: "YOUR_DISCORD_WEBHOOK_URL"
smtp:
enabled: false
host: "smtp.example.com"
port: "587"
username: "your-email@example.com"
password: "your-password"
to: "recipient@example.com"
push:
enabled: false
api_key: "your-push-api-key"
device: "device-id"
sms:
enabled: false
provider_api: "https://sms-provider.com/api"
api_key: "your-sms-api-key"
phone_number: "recipient-phone-number"
signal:
enabled: false
api_url: "https://signal-server.com"
phone_number: "recipient-phone-number"
rocketchat:
enabled: false
webhook_url: "https://chat.example.com/hooks/your-webhook-url"
ntfy:
enabled: false
api_key: "YOUR_NTFY_API_KEY"
topic: "NTFY_TOPIC"
server: "https://ntfy.sh/"