1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Update manifest.json

This commit is contained in:
Ylies Chahi 2017-07-25 02:25:03 +02:00 committed by GitHub
parent a245187c55
commit 63aacfe7d8

View file

@ -18,9 +18,7 @@
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
"nginx"
],
"arguments": {
"install" : [
@ -28,8 +26,8 @@
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for ynhexample",
"fr": "Choisissez un nom de domaine pour ynhexample"
"en": "Choose a domain name for Pelican",
"fr": "Choisissez un nom de domaine pour Pelican"
},
"example": "example.com"
},
@ -37,18 +35,18 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ynhexample",
"fr": "Choisissez un chemin pour ynhexample"
"en": "Choose a path for Pelican",
"fr": "Choisissez un chemin pour Pelican"
},
"example": "/example",
"default": "/example"
"example": "/pelican",
"default": "/pelican"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
"en": "Choose an author",
"fr": "Choisissez l'auteur"
},
"example": "johndoe"
},
@ -72,4 +70,4 @@
}
]
}
}
}