{ "name": "Yourls", "id": "yourls", "packaging_format": 1, "description": { "en": "URL shortening service", "fr": "Service de raccourcisseur d'URL" }, "version": "1.8.1~ynh1", "url": "https://github.com/YOURLS/YOURLS", "license": "MIT", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", "url": "" }, "requirements": { "yunohost": ">= 4.1.7" }, "previous_maintainers": { "name": "courgette", "email": "courgette@farcie.fr", "url": "http://thomaslebeau.fr" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/yourls", "default": "/yourls" }, { "name": "admin", "type": "user", "example": "johndoe" } ] } }