1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-07 07:43:39 +01:00

18 lines
544 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Uptime Kuma
description: Uptime Kuma Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Uptime Kuma](https://github.com/louislam/uptime-kuma).
2023-09-29 21:01:11 +03:00
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
2023-09-29 21:01:11 +03:00
```