37 lines
898 B
Markdown
37 lines
898 B
Markdown
# uptime-kuma
|
|
|
|
[](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"
|
|
```
|