1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00
uptime-kuma_ynh/manifest.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2021-11-01 18:18:52 +01:00
{
2021-11-01 18:21:39 +01:00
"name": "Uptime Kuma",
"id": "uptime-kuma",
2021-11-01 18:18:52 +01:00
"packaging_format": 1,
"description": {
2021-11-01 20:54:45 +01:00
"en": " A fancy self-hosted monitoring tool like Uptime-Robot",
"fr": "Un joli outil similaire à Uptime-Robot pour vérifier que des sites restent joignables"
2021-11-01 18:18:52 +01:00
},
"version": "1.0~ynh1",
2021-11-01 18:47:29 +01:00
"url": "https://github.com/louislam/uptime-kuma/",
2021-11-01 18:18:52 +01:00
"upstream": {
"license": "free",
2021-11-01 22:32:13 +01:00
"website": "https://uptime.kuma.pet/",
2021-11-01 18:47:29 +01:00
"demo": "https://demo.uptime.kuma.pet",
"admindoc": "https://github.com/louislam/uptime-kuma/wiki",
"userdoc": "https://github.com/louislam/uptime-kuma/wiki",
"code": "https://github.com/louislam/uptime-kuma/"
2021-11-01 18:18:52 +01:00
},
"license": "free",
"maintainer": {
2021-11-01 20:54:45 +01:00
"name": "Hadrien",
"email": "ketsapiwiq@protonmail.com"
2021-11-01 18:18:52 +01:00
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
2021-11-01 18:21:39 +01:00
"nginx"
2021-11-01 18:18:52 +01:00
],
"arguments": {
2021-11-01 18:21:39 +01:00
"install": [
2021-11-01 18:18:52 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2021-11-01 18:47:29 +01:00
"example": "/uptime-kuma",
"default": "/uptime-kuma"
2021-11-01 18:18:52 +01:00
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
2021-11-01 18:21:39 +01:00
}