{ "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~ynh3", "url": "https://framagit.org/toitoinebzh/petitesannonces", "license": "AGPL-3.0-or-later", "maintainer": { "name": "Antoine", "email": "antoine@miaou.org" }, "requirements": { "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/annonces", "default": "/annonces" }, { "name": "is_public", "type": "boolean", "default": true } ] } }