{ "name": "h5ai", "id": "h5ai", "packaging_format": 1, "description": { "en": "Modern HTTP web server index for NGINX.", "fr": "Serveur moderne d'index pour NGINX." }, "version": "0.30.0~ynh1", "url": "https://larsjung.de/h5ai/", "license": "MIT", "maintainer": { "name": "alexAubin", "email": "alex.aubin@mailoo.org" }, "requirements": { "yunohost": ">= 4.0.0" }, "multi_instance": false, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for h5ai", "fr": "Choisissez un domaine pour h5ai" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for h5ai", "fr": "Choisissez un chemin pour h5ai" }, "example": "/documents", "default": "/documents" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }