{ "name": "Yourls", "id": "yourls", "description": { "en": "An URL shortening service", "fr": "Un service de raccourcisseur d'url" }, "url": "https://github.com/YOURLS/YOURLS", "license": "free", "developer": { "name": "Anmol Sharma", "email": "anmol@datamol.in" }, "requirements": { "yunohost": ">> 2.5.6" }, "multi_instance": "false", "services": [ "nginx", "php5-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for Yourls", "fr": "Choisissez un domaine pour Yourls" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for Yourls", "fr": "Choisissez un chemin pour Yourls" }, "example": "/yourls", "default": "/yourls" }, { "name": "admin", "type": "user", "ask": { "en": "Choose the Yourls administrator (must be an existing YunoHost user)", "fr": "Administrateur du site Yourls (doit ĂȘtre un utilisateur Yunohost existant)" }, "example": "yoda" } ] } }