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
2021-11-02 08:35:48 +03:00

48 lines
No EOL
1.4 KiB
JSON

{
"name": "Uptime Kuma",
"id": "uptime-kuma",
"packaging_format": 1,
"description": {
"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"
},
"version": "1.0~ynh1",
"url": "https://github.com/louislam/uptime-kuma/",
"upstream": {
"license": "MIT",
"website": "https://uptime.kuma.pet/",
"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/"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Hadrien",
"email": "ketsapiwiq@protonmail.com"
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"help": {
"en": "This app requires a whole subdomain",
"fr": "Cette app a besoin de tout un sous-domaine à elle toute seule."
}
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}