Skip to content

Commit 23c5154

Browse files
authored
Merge pull request #211 from not-first/uptime-kuma
Update Uptime Kuma Widget
2 parents 26c5f6c + 9674567 commit 23c5154

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ A collection of custom widgets for <a href="https://github.com/glanceapp/glance"
135135
* [TrueNAS Scale Pools](widgets/truenas-scale-pools/README.md) - shows datasets with usage and health status (by @drakkein)
136136
* [Tsumego Daily](widgets/tsumego-daily/README.md) - shows daily Go Problems (Tsumego) from goproblems.com (by @ccarpo)
137137
* [Unifi](widgets/unifi/README.md) - unifi controller information (by @prozn)
138-
* [Uptime Kuma](widgets/uptime-kuma/README.md) - show the status of Uptime Kuma services (by @not-first)
138+
* [Uptime Kuma](widgets/uptime-kuma/README.md) - show the status of Uptime Kuma monitors from a status page (by @not-first)
139139
* [Vikunja Taskboard](widgets/vikunja-taskboard/README.md) - real time taskboard using the Vikunja API (by @gugugiyu)
140140
* [WG-Easy Enabled Clients](widgets/wg-easy-clients/README.md) - shows enabled and disabled clients from WG-Easy Web Interface (by @lmriccardo)
141141
* [Weather Seven Day](widgets/weather-seven-day/README.md) - shows daily weather conditions and high and low temperature from Open-Meteo for a specified location (by @brandonsie)

widgets/uptime-kuma/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a class="size-title-dynamic color-highlight text-truncate block grow" href="${UPTIME_KUMA_URL}/dashboard/{{ $id }}"
2828
target="_blank" rel="noreferrer">
2929
{{ .String "name" }} </a>
30-
30+
3131
{{ if gt (len $hbArray) 0 }}
3232
{{ $latest := index $hbArray (sub (len $hbArray) 1) }}
3333
{{ if eq ($latest.Int "status") 1 }}
@@ -68,5 +68,5 @@
6868
6969
## Environment variables
7070
71-
- `UPTIME_KUMA_URL`: The url of your uptime kuma instace (no slash on the end). For example, `http://my.uptime-kuma.instance`
72-
- `UPTIME_KUMA_STATUS_SLUG`: The slug of your uptime kuma status page. For example, if your status page url was `http://my.uptime-kuma.instance/status/example` this variable would be set to `example`.
71+
- `UPTIME_KUMA_URL`: The url of your Uptime Kuma instace (no slash on the end). For example, `http://my.uptime-kuma.instance`
72+
- `UPTIME_KUMA_STATUS_SLUG`: The slug of your uptime kuma status page. For example, if your status page url is `http://my.uptime-kuma.instance/status/example` this variable would be set to `example`.

widgets/uptime-kuma/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
title: Uptime Kuma
2-
description: show the status of Uptime Kuma services
2+
description: show the status of Uptime Kuma monitors from a status page
33
author: not-first

0 commit comments

Comments
 (0)