Added config file for webhook profiles

This commit is contained in:
Pfych 2024-08-20 10:29:35 +10:00
parent 6d4459aed0
commit 2e99d62fa4

24
.config/webhook Normal file
View File

@ -0,0 +1,24 @@
[backup]
NAME="Backups"
ENDPOINT="$(getSecret '/server/mac-mini-1/webhook-url')"
PIC="https://assets.pfy.ch/icons/backblaze.png"
[torrent]
NAME="Torrents"
ENDPOINT="$(getSecret '/server/mac-mini-1/webhook-url')"
PIC="https://assets.pfy.ch/icons/deluge.png"
[ssh]
NAME="SSH"
ENDPOINT="$(getSecret '/server/mac-mini-1/webhook-url')"
PIC="https://assets.pfy.ch/icons/ssh.png"
[dns]
NAME="DNS"
ENDPOINT="$(getSecret '/server/mac-mini-1/webhook-url')"
PIC="https://assets.pfy.ch/icons/route53.png"
[coles]
NAME="Coles"
ENDPOINT="$(getSecret '/server/mac-mini-1/webhook-url')"
PIC="https://aseets.pfy.ch/icons/coles.png"