add support for stackfield notifications

This commit is contained in:
Jonas Liebert
2021-12-02 08:53:45 +01:00
parent ee79a34148
commit 67849a9e84
5 changed files with 59 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const AliyunSms = require("./notification-providers/aliyun-sms");
const DingDing = require("./notification-providers/dingding");
const Bark = require("./notification-providers/bark");
const SerwerSMS = require("./notification-providers/serwersms");
const Stackfield = require("./notification-providers/stackfield");
class Notification {
@@ -60,6 +61,7 @@ class Notification {
new Webhook(),
new Bark(),
new SerwerSMS(),
new Stackfield(),
];
for (let item of list) {