add ntfy support

ref https://github.com/louislam/uptime-kuma/issues/1622
This commit is contained in:
Philipp Dormann
2022-05-23 10:32:36 +02:00
parent 6ae2a48584
commit 71f031c14e
4 changed files with 67 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import Discord from "./Discord.vue";
import Webhook from "./Webhook.vue";
import Signal from "./Signal.vue";
import Gotify from "./Gotify.vue";
import Ntfy from "./Ntfy.vue";
import Slack from "./Slack.vue";
import RocketChat from "./RocketChat.vue";
import Teams from "./Teams.vue";
@@ -45,6 +46,7 @@ const NotificationFormList = {
"teams": Teams,
"signal": Signal,
"gotify": Gotify,
"ntfy": Ntfy,
"slack": Slack,
"rocket.chat": RocketChat,
"pushover": Pushover,