Merge pull request 'setup maintenance for repo' (#9) from maintainer into main

Reviewed-on: https://git.coopcloud.tech/coop-cloud/uptime-kuma/pulls/9
This commit is contained in:
stevensting
2026-04-01 15:08:41 +00:00
4 changed files with 35 additions and 4 deletions

View File

@ -0,0 +1,17 @@
---
name: "Uptime Kuma pull request template"
about: "Uptime Kuma pull request template"
---
<!--
Thank you for doing recipe maintenance work!
Please mark all checklist items which are relevant for your changes.
Please remove the checklist items which are not relevant for your changes.
Feel free to remove this comment.
-->
* [ ] I have deployed and tested my changes
* [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash)
* [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes)
* [ ] I ran `abra recipe lint uptime-kuma --chaos` on the PR's branch and fixed the warnings.
* [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)

0
MAINTENANCE.md Normal file
View File

View File

@ -1,11 +1,16 @@
# uptime-kuma
> One line description of the recipe
[![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 -->
* **Category**: Apps
* **Status**: 0
* **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
@ -25,7 +30,7 @@ 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 default uptime-kuma uses a sqlite database. It is possible to switch to a mariadb by:
```
#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
```

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"reviewers": [
"stevensting"
]
}