Update uptime-kuma.md
added key as widget parameter
This commit is contained in:
parent
2245cdda55
commit
edb641325d
@ -5,7 +5,7 @@ description: Uptime Kuma Widget Configuration
|
|||||||
|
|
||||||
Learn more about [Uptime Kuma](https://github.com/louislam/uptime-kuma).
|
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"]`.
|
Allowed fields: `["up", "down", "uptime", "incident"]`.
|
||||||
|
|
||||||
@ -14,4 +14,5 @@ widget:
|
|||||||
type: uptimekuma
|
type: uptimekuma
|
||||||
url: http://uptimekuma.host.or.ip:port
|
url: http://uptimekuma.host.or.ip:port
|
||||||
slug: statuspageslug
|
slug: statuspageslug
|
||||||
|
key: <put your api-key here>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user