From 10b4124d90aa27b5e111b51d763d1c31e8ff66b5 Mon Sep 17 00:00:00 2001 From: Domenic Horner Date: Sat, 4 Sep 2021 19:38:04 +0800 Subject: [PATCH] Initial Version from #284 --- Notification-Methods.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Notification-Methods.md diff --git a/Notification-Methods.md b/Notification-Methods.md new file mode 100644 index 0000000..03e3a7d --- /dev/null +++ b/Notification-Methods.md @@ -0,0 +1,26 @@ +# Notification Methods + +Moved from: https://github.com/louislam/uptime-kuma/issues/284 + +## Telegram + +## SMTP +## Discord +## Signal +## Gotify +## Slack +## Rocket.chat +## Pushover +## Pushy +## Octopush +## LunaSea +## Pushbullet + +## Line Messenger +## Mattermost + +## Apprise +Docker built-in, need to install apprise if you installed Uptime Kuma without Docker + +## Webhook +Only for developers who know how to handle HTTP POST requests