mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Create manifest.json
This commit is contained in:
parent
47c8ed5f40
commit
861fe9c6f3
1 changed files with 80 additions and 0 deletions
80
manifest.json
Normal file
80
manifest.json
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"name": "Prestashop",
|
||||
"id": "prestashop",
|
||||
"packaging_format": 1,
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.3.15"
|
||||
},
|
||||
"description": {
|
||||
"en": "Create a E-commerce Website",
|
||||
"fr": "Créer un site ecommerce"
|
||||
},
|
||||
"url": "prestashop.com",
|
||||
"maintainer": {
|
||||
"name": "frju365",
|
||||
"email": "win10@tutanota.com"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Prestashop",
|
||||
"fr": "Choisissez un domaine pour Prestashop"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Prestashop",
|
||||
"fr": "Choisissez un chemin pour Prestashop"
|
||||
},
|
||||
"example": "/prestashop",
|
||||
"default": "/prestashop"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
"en": "Is it a public Prestashop site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the Abantecart administrator (must be an existing YunoHost user)",
|
||||
"fr": "Choisissez l'administrateur de Abantecart (doit être un utilisateur YunoHost existant)"
|
||||
},
|
||||
"example": "homer"
|
||||
},
|
||||
{
|
||||
"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": {
|
||||
"fr": "Votre adresse mail."
|
||||
},
|
||||
"exemple": "abc@efg.hi"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue