adding information for maintainership
This commit is contained in:
0
MAINTENANCE.md
Normal file
0
MAINTENANCE.md
Normal file
13
README.md
13
README.md
@ -1,11 +1,16 @@
|
||||
# uptime-kuma
|
||||
|
||||
> One line description of the recipe
|
||||
[](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**: Yes
|
||||
* **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"
|
||||
```
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user