Files
uptime-kuma/README.md
p4u1 61d122b455
Some checks failed
continuous-integration/drone/push Build is failing
feat: switch to upstream image (#3)
Reviewed-on: #3
Reviewed-by: yksflip <flip@yksflip.de>
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net>
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
2025-02-26 15:57:07 +00:00

641 B

uptime-kuma

One line description of the recipe

  • Category: Apps
  • Status: 0
  • Image: uptime-kuma, 4, upstream
  • Healthcheck: No
  • Backups: No
  • 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:

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