Files
uptime-kuma/README.md
2026-03-31 18:06:19 +02:00

37 lines
898 B
Markdown

# uptime-kuma
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/uptime-kuma/status.svg)](https://build.coopcloud.tech/coop-cloud/uptime-kuma)
> A fancy self-hosted monitoring tool
<!-- metadata -->
* **Maintainer**: [@stevensting](https://git.coopcloud.tech/stevensting)
* **Status**: `stable`
* **Category**: Utilities
* **Features**: ?
* **Image**: [`uptime-kuma`](https://hub.docker.com/r/uptime-kuma), 4, upstream
* **Healthcheck**: No
* **Backups**: Yes
* **Email**: No
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
## Quick start
* `abra app new uptime-kuma --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://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"
```