Skip to content

AppJail-makejails/uptime_kuma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uptime Kuma

Uptime Kuma is an easy-to-use self-hosted monitoring tool.

uptime.kuma.pet

uptime-kuma logo

How to use this Makejail

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>"

Arguments (stage: build):

  • uptime_kuma_tag (default: 13.4): see #tags.

Check current status

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

Log

To view the log generated by the web application, run the custom stage uptime_kuma_log.

appjail run -s uptime_kuma_log uptime_kuma

Volumes

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

Tags

Tag Arch Version Type
13.4 amd64 13.4-RELEASE thin
14.1 amd64 14.1-RELEASE thin

About

Fancy self-hosted monitoring tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published