Some checks failed
continuous-integration/drone/push Build is failing
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>
641 B
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"