{ "name": "Uptime Kuma", "id": "uptime-kuma", "packaging_format": 1, "description": { "en": " A fancy self-hosted monitoring tool", "fr": "Un joli outil pour vérifier si des sites sont en ligne (monitoring)" }, "version": "1.0~ynh1", "url": "https://github.com/louislam/uptime-kuma/", "upstream": { "license": "free", "website": "https://github.com/louislam/uptime-kuma/", "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": "free", "maintainer": { "name": "John doe", "email": "john.doe@example.com" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/uptime-kuma", "default": "/uptime-kuma" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "default": true } ] } }