mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
Discord enhancements
This commit is contained in:
parent
9ade9af1e2
commit
908176c910
|
@ -143,6 +143,8 @@
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="discord-webhook-url" class="form-label">Discord Webhook URL</label>
|
<label for="discord-webhook-url" class="form-label">Discord Webhook URL</label>
|
||||||
<input id="discord-webhook-url" v-model="notification.discordWebhookUrl" type="text" class="form-control" required autocomplete="false">
|
<input id="discord-webhook-url" v-model="notification.discordWebhookUrl" type="text" class="form-control" required autocomplete="false">
|
||||||
|
<label for="discord-uptime-kuma-url" class="form-label">Uptime Kuma URL</label>
|
||||||
|
<input id="discord-uptime-kuma-url" v-model="notification.discorduptimekumaUrl" type="text" class="form-control" autocomplete="false">
|
||||||
<div class="form-text">
|
<div class="form-text">
|
||||||
You can get this by going to Server Settings -> Integrations -> Create Webhook
|
You can get this by going to Server Settings -> Integrations -> Create Webhook
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue