A fancy self-hosted monitoring tool
Go to file
knoflook a2fc13d45b
Some checks failed
continuous-integration/drone/push Build is failing
feat: add command to list all monitored urls
2025-03-04 20:57:04 +01:00
release chore: publish 2.0.0+2.0.0-beta.1 release 2025-02-26 17:00:14 +01:00
.drone.yml Update .drone.yml 2025-01-08 10:09:13 -08:00
.env.sample feat: switch to upstream image (#3) 2025-02-26 15:57:07 +00:00
.gitignore init 2022-09-13 14:32:30 +02:00
abra.sh feat: add command to list all monitored urls 2025-03-04 20:57:04 +01:00
compose.mariadb.yml chore: publish 2.0.0+2.0.0-beta.1 release 2025-02-26 17:00:14 +01:00
compose.yml chore: publish 2.0.0+2.0.0-beta.1 release 2025-02-26 17:00:14 +01:00
entrypoint.sh.tmpl dirty commit for mariadb 2024-10-01 15:51:04 +02:00
README.md feat: switch to upstream image (#3) 2025-02-26 15:57:07 +00:00

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"