2022-06-11 12:02:44 -07:00
|
|
|
import Alerta from "./Alerta.vue";
|
|
|
|
import AlertNow from "./AlertNow.vue";
|
|
|
|
import AliyunSMS from "./AliyunSms.vue";
|
|
|
|
import Apprise from "./Apprise.vue";
|
|
|
|
import Bark from "./Bark.vue";
|
|
|
|
import ClickSendSMS from "./ClickSendSMS.vue";
|
2023-07-13 23:29:35 -07:00
|
|
|
import SMSC from "./SMSC.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import DingDing from "./DingDing.vue";
|
2021-09-17 01:07:03 -07:00
|
|
|
import Discord from "./Discord.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import Feishu from "./Feishu.vue";
|
2022-10-05 02:30:49 -07:00
|
|
|
import FreeMobile from "./FreeMobile.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import GoogleChat from "./GoogleChat.vue";
|
|
|
|
import Gorush from "./Gorush.vue";
|
2021-09-17 01:07:03 -07:00
|
|
|
import Gotify from "./Gotify.vue";
|
2022-07-31 04:41:18 -07:00
|
|
|
import HomeAssistant from "./HomeAssistant.vue";
|
2022-12-26 22:05:45 -08:00
|
|
|
import Kook from "./Kook.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import Line from "./Line.vue";
|
2022-07-29 00:13:50 -07:00
|
|
|
import LineNotify from "./LineNotify.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import LunaSea from "./LunaSea.vue";
|
|
|
|
import Matrix from "./Matrix.vue";
|
|
|
|
import Mattermost from "./Mattermost.vue";
|
2023-07-31 02:24:45 -07:00
|
|
|
import Nostr from "./Nostr.vue";
|
2022-05-23 01:32:36 -07:00
|
|
|
import Ntfy from "./Ntfy.vue";
|
2021-09-17 01:07:03 -07:00
|
|
|
import Octopush from "./Octopush.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import OneBot from "./OneBot.vue";
|
2023-03-21 10:07:19 -07:00
|
|
|
import Opsgenie from "./Opsgenie.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import PagerDuty from "./PagerDuty.vue";
|
2023-07-31 11:13:04 -07:00
|
|
|
import FlashDuty from "./FlashDuty.vue";
|
2023-02-06 10:33:14 -08:00
|
|
|
import PagerTree from "./PagerTree.vue";
|
2021-10-07 12:56:32 -07:00
|
|
|
import PromoSMS from "./PromoSMS.vue";
|
2021-09-17 01:07:03 -07:00
|
|
|
import Pushbullet from "./Pushbullet.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import PushDeer from "./PushDeer.vue";
|
|
|
|
import Pushover from "./Pushover.vue";
|
|
|
|
import Pushy from "./Pushy.vue";
|
|
|
|
import RocketChat from "./RocketChat.vue";
|
2022-09-23 08:27:22 -07:00
|
|
|
import ServerChan from "./ServerChan.vue";
|
2021-11-25 09:24:36 -08:00
|
|
|
import SerwerSMS from "./SerwerSMS.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import Signal from "./Signal.vue";
|
2022-09-15 00:11:05 -07:00
|
|
|
import SMSManager from "./SMSManager.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import Slack from "./Slack.vue";
|
2022-09-26 02:16:34 -07:00
|
|
|
import Squadcast from "./Squadcast.vue";
|
2022-10-24 03:45:56 -07:00
|
|
|
import SMSEagle from "./SMSEagle.vue";
|
2022-04-13 09:30:32 -07:00
|
|
|
import Stackfield from "./Stackfield.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import STMP from "./SMTP.vue";
|
|
|
|
import Teams from "./Teams.vue";
|
|
|
|
import TechulusPush from "./TechulusPush.vue";
|
|
|
|
import Telegram from "./Telegram.vue";
|
2023-03-25 09:56:01 -07:00
|
|
|
import Twilio from "./Twilio.vue";
|
2022-06-11 12:02:44 -07:00
|
|
|
import Webhook from "./Webhook.vue";
|
2021-12-25 09:33:47 -08:00
|
|
|
import WeCom from "./WeCom.vue";
|
2022-08-23 12:19:28 -07:00
|
|
|
import GoAlert from "./GoAlert.vue";
|
2022-12-08 03:32:10 -08:00
|
|
|
import ZohoCliq from "./ZohoCliq.vue";
|
2022-10-13 03:15:02 -07:00
|
|
|
import Splunk from "./Splunk.vue";
|
2021-09-17 01:07:03 -07:00
|
|
|
|
|
|
|
/**
|
2021-09-17 05:20:44 -07:00
|
|
|
* Manage all notification form.
|
2021-09-17 01:07:03 -07:00
|
|
|
*
|
|
|
|
* @type { Record<string, any> }
|
|
|
|
*/
|
2021-09-17 05:40:57 -07:00
|
|
|
const NotificationFormList = {
|
2022-06-11 12:02:44 -07:00
|
|
|
"alerta": Alerta,
|
|
|
|
"AlertNow": AlertNow,
|
|
|
|
"AliyunSMS": AliyunSMS,
|
|
|
|
"apprise": Apprise,
|
|
|
|
"Bark": Bark,
|
|
|
|
"clicksendsms": ClickSendSMS,
|
2023-07-13 23:29:35 -07:00
|
|
|
"smsc": SMSC,
|
2022-06-11 12:02:44 -07:00
|
|
|
"DingDing": DingDing,
|
2021-09-17 01:07:03 -07:00
|
|
|
"discord": Discord,
|
2022-06-11 12:02:44 -07:00
|
|
|
"Feishu": Feishu,
|
2022-10-05 02:30:49 -07:00
|
|
|
"FreeMobile": FreeMobile,
|
2022-06-11 12:02:44 -07:00
|
|
|
"GoogleChat": GoogleChat,
|
|
|
|
"gorush": Gorush,
|
2021-09-17 01:07:03 -07:00
|
|
|
"gotify": Gotify,
|
2022-07-31 04:41:18 -07:00
|
|
|
"HomeAssistant": HomeAssistant,
|
2022-12-26 22:05:45 -08:00
|
|
|
"Kook": Kook,
|
2022-06-11 12:02:44 -07:00
|
|
|
"line": Line,
|
2022-07-29 00:13:50 -07:00
|
|
|
"LineNotify": LineNotify,
|
2022-06-11 12:02:44 -07:00
|
|
|
"lunasea": LunaSea,
|
|
|
|
"matrix": Matrix,
|
|
|
|
"mattermost": Mattermost,
|
2023-07-31 02:24:45 -07:00
|
|
|
"nostr": Nostr,
|
2022-05-23 01:32:36 -07:00
|
|
|
"ntfy": Ntfy,
|
2021-09-17 01:07:03 -07:00
|
|
|
"octopush": Octopush,
|
2022-06-11 12:02:44 -07:00
|
|
|
"OneBot": OneBot,
|
2023-03-21 10:07:19 -07:00
|
|
|
"Opsgenie": Opsgenie,
|
2022-06-11 12:02:44 -07:00
|
|
|
"PagerDuty": PagerDuty,
|
2023-07-31 11:13:04 -07:00
|
|
|
"FlashDuty": FlashDuty,
|
2023-02-06 10:33:14 -08:00
|
|
|
"PagerTree": PagerTree,
|
2021-10-07 12:56:32 -07:00
|
|
|
"promosms": PromoSMS,
|
2021-09-17 01:07:03 -07:00
|
|
|
"pushbullet": Pushbullet,
|
2022-06-11 12:02:44 -07:00
|
|
|
"PushByTechulus": TechulusPush,
|
|
|
|
"PushDeer": PushDeer,
|
|
|
|
"pushover": Pushover,
|
|
|
|
"pushy": Pushy,
|
|
|
|
"rocket.chat": RocketChat,
|
2021-11-27 04:16:17 -08:00
|
|
|
"serwersms": SerwerSMS,
|
2022-06-11 12:02:44 -07:00
|
|
|
"signal": Signal,
|
2022-09-15 00:11:05 -07:00
|
|
|
"SMSManager": SMSManager,
|
2022-06-11 12:02:44 -07:00
|
|
|
"slack": Slack,
|
2022-09-26 02:16:34 -07:00
|
|
|
"squadcast": Squadcast,
|
2022-10-24 03:45:56 -07:00
|
|
|
"SMSEagle": SMSEagle,
|
2022-06-11 12:02:44 -07:00
|
|
|
"smtp": STMP,
|
2021-12-01 23:53:45 -08:00
|
|
|
"stackfield": Stackfield,
|
2022-06-11 12:02:44 -07:00
|
|
|
"teams": Teams,
|
|
|
|
"telegram": Telegram,
|
2023-03-25 09:56:01 -07:00
|
|
|
"twilio": Twilio,
|
2022-10-13 03:15:02 -07:00
|
|
|
"Splunk": Splunk,
|
2022-06-11 12:02:44 -07:00
|
|
|
"webhook": Webhook,
|
2021-12-25 09:33:47 -08:00
|
|
|
"WeCom": WeCom,
|
2022-08-26 05:36:13 -07:00
|
|
|
"GoAlert": GoAlert,
|
2022-09-23 08:27:22 -07:00
|
|
|
"ServerChan": ServerChan,
|
2022-12-08 03:32:10 -08:00
|
|
|
"ZohoCliq": ZohoCliq
|
2021-12-29 08:10:54 -08:00
|
|
|
};
|
2021-09-17 01:07:03 -07:00
|
|
|
|
2021-12-29 08:10:54 -08:00
|
|
|
export default NotificationFormList;
|