diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index 220ff8d7..78d89091 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -13,23 +13,7 @@
"application/json" is good for any modern http servers such as express.js
-"multipart/form-data" is good for PHP, you just need to parse the json by json_decode($_POST['data'])
-- You can check this url to view how to setup one: -
- -- https://github.com/bbernhard/signal-cli-rest-api -
- -- IMPORTANT: You cannot mix groups and numbers in recipients! -
-- More info about webhooks on: https://api.slack.com/messaging/webhooks -
-- Enter the channel name on Slack Channel Name field if you want to bypass the webhook channel. Ex: #other-channel -
-- If you leave the Uptime Kuma URL field blank, it will default to the Project Github page. -
-- Emoji cheat sheet: https://www.webfx.com/tools/emoji-cheat-sheet/ -
-- More info about webhooks on: https://api.slack.com/messaging/webhooks -
-- Enter the channel name on Rocket.chat Channel Name field if you want to bypass the webhook channel. Ex: #other-channel -
-- If you leave the Uptime Kuma URL field blank, it will default to the Project Github page. -
-- Emoji cheat sheet: https://www.webfx.com/tools/emoji-cheat-sheet/ -
-- More info about webhooks on: https://docs.mattermost.com/developer/webhooks-incoming.html -
-- You can override the default channel that webhook posts to by entering the channel name into "Channel Name" field. This needs to be enabled in Mattermost webhook settings. Ex: #other-channel -
-- If you leave the Uptime Kuma URL field blank, it will default to the Project Github page. -
-- You can provide a link to a picture in "Icon URL" to override the default profile picture. Will not be used if Icon Emoji is set. -
-- Emoji cheat sheet: https://www.webfx.com/tools/emoji-cheat-sheet/ Note: emoji takes preference over Icon URL. -
-- More info on: https://pushy.me/docs/api/send-notifications -
- - - -- More info on: https://octopush.com/api-sms-documentation/envoi-de-sms/ -
- - - -- More info on: https://pushover.net/api -
-- Emergency priority (2) has default 30 second timeout between retries and will expire after 1 hour. -
-- If you want to send notifications to different devices, fill out Device field. -
-Example: twilio://AccountSid:AuthToken@FromPhoneNo
-- Read more: https://github.com/caronc/apprise/wiki#notification-services -
-- Status: - Apprise is installed - Apprise is not installed. Read more -
-*Required
-- More info on: https://docs.pushbullet.com -
- - - -Example: twilio://AccountSid:AuthToken@FromPhoneNo
++ Read more: https://github.com/caronc/apprise/wiki#notification-services +
++ Status: + Apprise is installed + Apprise is not installed. Read more +
+*Required
++ More info about webhooks on: https://docs.mattermost.com/developer/webhooks-incoming.html +
++ You can override the default channel that webhook posts to by entering the channel name into "Channel Name" field. This needs to be enabled in Mattermost webhook settings. Ex: #other-channel +
++ If you leave the Uptime Kuma URL field blank, it will default to the Project Github page. +
++ You can provide a link to a picture in "Icon URL" to override the default profile picture. Will not be used if Icon Emoji is set. +
++ Emoji cheat sheet: https://www.webfx.com/tools/emoji-cheat-sheet/ Note: emoji takes preference over Icon URL. +
++ More info on: https://octopush.com/api-sms-documentation/envoi-de-sms/ +
+ + + diff --git a/src/components/notifications/Pushbullet.vue b/src/components/notifications/Pushbullet.vue new file mode 100644 index 00000000..2c805e0a --- /dev/null +++ b/src/components/notifications/Pushbullet.vue @@ -0,0 +1,20 @@ + ++ More info on: https://docs.pushbullet.com +
+ + + diff --git a/src/components/notifications/Pushover.vue b/src/components/notifications/Pushover.vue new file mode 100644 index 00000000..ae836b5c --- /dev/null +++ b/src/components/notifications/Pushover.vue @@ -0,0 +1,67 @@ + ++ More info on: https://pushover.net/api +
++ Emergency priority (2) has default 30 second timeout between retries and will expire after 1 hour. +
++ If you want to send notifications to different devices, fill out Device field. +
++ More info on: https://pushy.me/docs/api/send-notifications +
+ + + diff --git a/src/components/notifications/RocketChat.vue b/src/components/notifications/RocketChat.vue new file mode 100644 index 00000000..0776a154 --- /dev/null +++ b/src/components/notifications/RocketChat.vue @@ -0,0 +1,29 @@ + ++ More info about webhooks on: https://api.slack.com/messaging/webhooks +
++ Enter the channel name on Rocket.chat Channel Name field if you want to bypass the webhook channel. Ex: #other-channel +
++ If you leave the Uptime Kuma URL field blank, it will default to the Project Github page. +
++ Emoji cheat sheet: https://www.webfx.com/tools/emoji-cheat-sheet/ +
++ You can check this url to view how to setup one: +
+ ++ https://github.com/bbernhard/signal-cli-rest-api +
+ ++ IMPORTANT: You cannot mix groups and numbers in recipients! +
++ More info about webhooks on: https://api.slack.com/messaging/webhooks +
++ Enter the channel name on Slack Channel Name field if you want to bypass the webhook channel. Ex: #other-channel +
++ If you leave the Uptime Kuma URL field blank, it will default to the Project Github page. +
++ Emoji cheat sheet: https://www.webfx.com/tools/emoji-cheat-sheet/ +
+"application/json" is good for any modern http servers such as express.js
+"multipart/form-data" is good for PHP, you just need to parse the json by json_decode($_POST['data'])
+