You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ A collection of custom widgets for <a href="https://github.com/glanceapp/glance"
135
135
*[TrueNAS Scale Pools](widgets/truenas-scale-pools/README.md) - shows datasets with usage and health status (by @drakkein)
136
136
*[Tsumego Daily](widgets/tsumego-daily/README.md) - shows daily Go Problems (Tsumego) from goproblems.com (by @ccarpo)
137
137
*[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)
139
139
*[Vikunja Taskboard](widgets/vikunja-taskboard/README.md) - real time taskboard using the Vikunja API (by @gugugiyu)
140
140
*[WG-Easy Enabled Clients](widgets/wg-easy-clients/README.md) - shows enabled and disabled clients from WG-Easy Web Interface (by @lmriccardo)
141
141
*[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)
{{ $latest := index $hbArray (sub (len $hbArray) 1) }}
33
33
{{ if eq ($latest.Int "status") 1 }}
@@ -68,5 +68,5 @@
68
68
69
69
## Environment variables
70
70
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`.
0 commit comments