| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "name": "Prestashop",
- "id": "prestashop",
- "packaging_format": 1,
- "description": {
- "en": "Create a E-commerce Website",
- "fr": "Créer un site ecommerce"
- },
- "version": "1.0.3",
- "url": "https://www.prestashop.com/",
- "license": "free",
- "maintainer": {
- "name": "frju365",
- "email": "abld@abld.info"
- },
- "previous_maintainers": [
- {
- "name": "cyp",
- "email": "cyp@rouquin.me",
- "url": ""
- }
- ],
- "requirements": {
- "yunohost": ">> 2.4.0"
- },
- "multi_instance": true,
- "services": [
- "nginx",
- "php5-fpm",
- "mysql"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain",
- "ask": {
- "en": "Choose a domain name for Prestashop",
- "fr": "Choisissez un nom de domaine pour Prestashop"
- },
- "example": "example.org"
- },
- {
- "name": "path",
- "type": "path",
- "ask": {
- "en": "Choose a path for Prestashop",
- "fr": "Choisissez un chemin pour Prestashop"
- },
- "example": "/prestashop",
- "default": "/prestashop"
- },
- {
- "name": "admin",
- "type": "user",
- "ask": {
- "en": "Choose the Prestashop administrator (must be an existing YunoHost user)",
- "fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
- },
- "example": "johndoe"
- },
- {
- "name": "is_public",
- "ask": {
- "en": "Is it a public Prestashop site ?",
- "fr": "Est-ce un site public ?"
- },
- "choices": ["Yes", "No"],
- "default": "Yes"
- },
- {
- "name": "is_public",
- "type": "boolean",
- "ask": {
- "en": "Is it a public application?",
- "fr": "Est-ce une application publique ?"
- },
- "default": true
- },
- {
- "name": "passwd",
- "type": "password",
- "ask": {
- "en": "Set the password for the Admin user ≥ 5 character",
- "fr": "Définissez le mot de passe pour l'Administrateur. ≥ cinq charactères"
- },
- "example": "myreallystrengthpassword"
- },
- {
- "name": "email",
- "type": "email",
- "ask": {
- "en": "Your mail address.",
- "fr": "Votre adresse mail."
- },
- "exemple": "abc@efg.hi"
- }
- ]
- }
- }
|