diff --git a/docs/examples.md b/docs/examples.md index 26be6b30..6d85c004 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -433,3 +433,10 @@ notify: message_param_name: message resource: https://ntfy.sh ``` + +## Uptime Kuma +- Go to your [Uptime Kuma](https://github.com/louislam/uptime-kuma) Settings > Notifications, click on **Setup Notification** +- ![Uptime Kuma Settings](static/img/uptimekuma-settings.png) +- Set your desired **title** (e.g. "Uptime Kuma"), **ntfy topic**, **Server URL** and **priority (1-5)** +- ![Uptime Kuma Setup](static/img/uptimekuma-setup.png) +- You can now test the notifications and apply them to monitors. diff --git a/docs/static/img/uptimekuma-settings.png b/docs/static/img/uptimekuma-settings.png new file mode 100644 index 00000000..5b21bdd6 Binary files /dev/null and b/docs/static/img/uptimekuma-settings.png differ diff --git a/docs/static/img/uptimekuma-setup.png b/docs/static/img/uptimekuma-setup.png new file mode 100644 index 00000000..cd57baa7 Binary files /dev/null and b/docs/static/img/uptimekuma-setup.png differ