# uptime-kuma > One line description of the recipe * **Category**: Apps * **Status**: 0 * **Image**: [`uptime-kuma`](https://hub.docker.com/r/uptime-kuma), 4, upstream * **Healthcheck**: No * **Backups**: Yes * **Email**: No * **Tests**: No * **SSO**: No ## Quick start * `abra app new uptime-kuma --secrets` * `abra app config ` * `abra app deploy ` 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: ``` #COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml" ```