Uptime Kuma is an easy-to-use self-hosted monitoring tool.
uptime.kuma.pet
mkdir -p .volumes/data
appjail makejail \
-j uptime_kuma \
-f gh+AppJail-makejails/uptime_kuma \
-o virtualnet=":<random> default" \
-o nat \
-o expose=3001 \
-o fstab="$PWD/.volumes/data uptimekuma-data <volumefs>"
uptime_kuma_tag
(default:13.4
): see #tags.
The custom stage uptime_kuma_status
can be used to run top(1)
to check the status of Uptime Kuma.
appjail run -s uptime_kuma_status uptime_kuma
To view the log generated by the web application, run the custom stage uptime_kuma_log
.
appjail run -s uptime_kuma_log uptime_kuma
Name | Owner | Group | Perm | Type | Mountpoint |
---|---|---|---|---|---|
uptimekuma-data | 1001 | 1001 | - | - | /app/src/data |
uptimekuma-server | 1001 | 1001 | - | - | /app/src/server |
uptimekuma-db | 1001 | 1001 | - | - | /app/src/db |
Tag | Arch | Version | Type |
---|---|---|---|
13.4 |
amd64 |
13.4-RELEASE |
thin |
14.1 |
amd64 |
14.1-RELEASE |
thin |