| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "Prestashop Ced",
- "id": "prestashopced",
- "packaging_format": 1,
- "description": {
- "en": "Create a E-commerce Website",
- "fr": "Créer un site ecommerce"
- },
- "version": "1.7.8.6~ynh1",
- "url": "https://www.prestashop.com/",
- "upstream": {
- "license": "OSL-3.0",
- "website": "https://prestashop.com",
- "demo": "https://demo.prestashop.com/#/en/front",
- "userdoc": "https://doc.prestashop.com/display/PS17/Guide+de+l'utilisateur",
- "code": "https://github.com/PrestaShop/PrestaShop"
- },
- "license": "OSL-3.0",
- "maintainer": {
- "name": "cedhans",
- "email": "cedric@hansen.tl"
- },
- "previous_maintainers": [
- {
- "name": "frju365",
- "email": "abld@abld.info",
- "url": ""
- }
- ],
- "requirements": {
- "yunohost": ">= 4.3.0"
- },
- "multi_instance": true,
- "services": [
- "nginx",
- "php7.4-fpm",
- "mysql"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain"
- },
- {
- "name": "path",
- "type": "path",
- "example": "/prestashop",
- "default": "/prestashop"
- },
- {
- "name": "admin",
- "type": "user"
- },
- {
- "name": "is_public",
- "type": "boolean",
- "default": true
- }
- ]
- }
- }
|