{ "name": "PetitesAnnonces", "id": "petitesannonces", "packaging_format": 1, "description": { "en": "Make your own classified advertising website easily.", "fr": "Grâce à cet outil, créer simplement et rapidement votre site de Petites Annonces." }, "version": "0.1.0~ynh1", "url": "https://framagit.org/toitoinebzh/petitesannonces", "license": "AGPLv3", "maintainer": { "name": "Antoine", "email": "antoine@miaou.org" }, "requirements": { "yunohost": ">= 3.5" }, "multi_instance": true, "services": [ "nginx", "php7.0-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for PetitesAnnonces", "fr": "Choisissez un nom de domaine pour PetitesAnnonces" }, "example": "example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for PetitesAnnonces", "fr": "Choisissez un chemin pour PetitesAnnonces" }, "example": "/annonces", "default": "/annonces" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }