mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 07:21:09 -04:00
Support for Bark (APN) notifications
Update bark.js
This commit is contained in:
parent
c9549c0de2
commit
ce852dfa02
4 changed files with 109 additions and 1 deletions
|
@ -21,6 +21,7 @@ const Webhook = require("./notification-providers/webhook");
|
|||
const Feishu = require("./notification-providers/feishu");
|
||||
const AliyunSms = require("./notification-providers/aliyun-sms");
|
||||
const DingDing = require("./notification-providers/dingding");
|
||||
const Bark = require("./notification-providers/bark");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -54,6 +55,7 @@ class Notification {
|
|||
new SMTP(),
|
||||
new Telegram(),
|
||||
new Webhook(),
|
||||
new Bark(),
|
||||
];
|
||||
|
||||
for (let item of list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue