Files
uptime-kuma/README.md
2026-04-01 18:14:58 +02:00

899 B

uptime-kuma

Build Status

A fancy self-hosted monitoring tool

  • Maintainer: @stevensting
  • Status: stable
  • Category: Utilities
  • Features: ?
  • Image: uptime-kuma, 4, upstream
  • Healthcheck: Yes
  • Backups: Yes
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new uptime-kuma --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

MariaDB

By default uptime-kuma uses a sqlite database. It is possible to switch to a mariadb by:

#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"