esc
Type to search the docs
Back to catalog

uptime-kuma

Tested

Self-hosted monitoring tool

uptime-kuma screenshot

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up uptime-kuma

Requires Docker Desktop. No source code needed — pulls pre-built images and starts uptime-kuma with all dependencies.

Image: louislam/uptime-kuma:1
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: uptime-kuma
description: "Self-hosted monitoring tool"
repository: https://github.com/louislam/uptime-kuma
logo: https://raw.githubusercontent.com/louislam/uptime-kuma/master/public/icon.svg

image: louislam/uptime-kuma:1
provides:
  - protocol: http
    port: 3001
    exposed: true
health: /
storage:
  data:
    path: /app/data
    persistent: true
restart: always

Test Results

Last Tested

2026-04-06

Health Check

Passing

Startup Time

6s

Total Disk

418 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps