{ "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": "free", "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": "free", "maintainer": { "name": "Hadrien", "email": "ketsapiwiq@protonmail.com" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/", "default": "/" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "password", "type": "password", "help": { "en": "Use the help field to add an information for the admin about this question.", "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." } }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": [ "fr", "en" ], "default": "fr" } ] } }