mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
Merge pull request #1674 from philippdormann/feature/ntfy-support
feat: ntfy push support
This commit is contained in:
commit
cc258dce14
4 changed files with 60 additions and 0 deletions
|
@ -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";
|
||||
|
@ -46,6 +47,7 @@ const NotificationFormList = {
|
|||
"teams": Teams,
|
||||
"signal": Signal,
|
||||
"gotify": Gotify,
|
||||
"ntfy": Ntfy,
|
||||
"slack": Slack,
|
||||
"rocket.chat": RocketChat,
|
||||
"pushover": Pushover,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue