From 2e99d62fa475d1d09444f0be76e10c7cf50902e0 Mon Sep 17 00:00:00 2001 From: Pfych Date: Tue, 20 Aug 2024 10:29:35 +1000 Subject: [PATCH] Added config file for webhook profiles --- .config/webhook | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/webhook diff --git a/.config/webhook b/.config/webhook new file mode 100644 index 0000000..5664595 --- /dev/null +++ b/.config/webhook @@ -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"