mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
17 lines
544 B
Markdown
17 lines
544 B
Markdown
---
|
|
title: Uptime Kuma
|
|
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 (without the `/status/` portion).
|
|
|
|
Allowed fields: `["up", "down", "uptime", "incident"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: uptimekuma
|
|
url: http://uptimekuma.host.or.ip:port
|
|
slug: statuspageslug
|
|
```
|