From edb641325d5bd7863a06059ce291255da6620100 Mon Sep 17 00:00:00 2001 From: Christian Koch Date: Thu, 17 Oct 2024 00:43:34 +0200 Subject: [PATCH] Update uptime-kuma.md added key as widget parameter --- docs/widgets/services/uptime-kuma.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets/services/uptime-kuma.md b/docs/widgets/services/uptime-kuma.md index 399a0eee..00b79211 100644 --- a/docs/widgets/services/uptime-kuma.md +++ b/docs/widgets/services/uptime-kuma.md @@ -5,7 +5,7 @@ description: Uptime Kuma Widget Configuration Learn more about [Uptime Kuma](https://github.com/louislam/uptime-kuma). -As Uptime Kuma does not yet have a full API the widget uses data from a single "status page". As such you will need a status page setup with a group of monitored sites, which is where you get the slug (the url without the `/status/` portion). E.g. if your status page is URL http://uptimekuma.host/status/statuspageslug, insert `slug: statuspageslug`. +As Uptime Kuma does not yet have a full API the widget uses data from a single "status page". As such you will need a status page setup with a group of monitored sites, which is where you get the slug (the url without the `/status/` portion). E.g. if your status page is URL http://uptimekuma.host/status/statuspageslug, insert `slug: statuspageslug`. You find the Api Key in the settings menu under API Keys. Allowed fields: `["up", "down", "uptime", "incident"]`. @@ -14,4 +14,5 @@ widget: type: uptimekuma url: http://uptimekuma.host.or.ip:port slug: statuspageslug + key: ```