mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 18:49:50 +00:00
add mkdocs
This commit is contained in:
parent
b215843b26
commit
47765ee05e
144 changed files with 4219 additions and 3 deletions
15
docs/widgets/services/uptime-kuma.md
Normal file
15
docs/widgets/services/uptime-kuma.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Uptime Kuma
|
||||
description: Uptime Kuma Widget Configuration
|
||||
---
|
||||
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue