2014-10-20 16:55:53 +00:00
|
|
|
|
{
|
2014-10-20 17:32:56 +00:00
|
|
|
|
"name": "YunoHost example app",
|
2014-10-20 16:55:53 +00:00
|
|
|
|
"id": "ynhexample",
|
|
|
|
|
"description": {
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"en": "Example package for YunoHost application.",
|
|
|
|
|
"fr": "Exemple de package d’application pour YunoHost."
|
2014-10-20 16:55:53 +00:00
|
|
|
|
},
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"url": "https://example.com",
|
2015-12-16 20:02:39 +00:00
|
|
|
|
"license": "free",
|
2015-06-22 10:40:00 +00:00
|
|
|
|
"maintainer": {
|
2014-10-20 16:55:53 +00:00
|
|
|
|
"name": "John doe",
|
|
|
|
|
"email": "john.doe@example.com",
|
|
|
|
|
"url": "http://example.com"
|
|
|
|
|
},
|
2016-03-18 16:31:44 +00:00
|
|
|
|
"multi_instance": "true",
|
2015-11-22 18:48:18 +00:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
|
|
|
|
"php5-fpm",
|
|
|
|
|
"mysql"
|
|
|
|
|
],
|
2014-10-20 16:55:53 +00:00
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"type": "domain",
|
2014-10-20 16:55:53 +00:00
|
|
|
|
"ask": {
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"en": "Choose a domain name for ynhexample",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour ynhexample"
|
2014-10-20 16:55:53 +00:00
|
|
|
|
},
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"type": "path",
|
2014-10-20 16:55:53 +00:00
|
|
|
|
"ask": {
|
2015-10-27 15:03:21 +00:00
|
|
|
|
"en": "Choose a path for ynhexample",
|
|
|
|
|
"fr": "Choisissez un chemin pour ynhexample"
|
2014-10-20 16:55:53 +00:00
|
|
|
|
},
|
2014-10-20 17:32:56 +00:00
|
|
|
|
"example": "/example",
|
|
|
|
|
"default": "/example"
|
2014-10-20 16:55:53 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"type": "user",
|
2014-10-20 16:55:53 +00:00
|
|
|
|
"ask": {
|
2015-10-27 15:03:21 +00:00
|
|
|
|
"en": "Choose an admin user",
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"fr": "Choisissez l’administrateur"
|
2014-10-20 16:55:53 +00:00
|
|
|
|
},
|
|
|
|
|
"example": "johndoe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"ask": {
|
2016-01-31 16:14:13 +00:00
|
|
|
|
"en": "Is it a public application?",
|
2015-10-27 15:03:21 +00:00
|
|
|
|
"fr": "Est-ce une application publique ?"
|
2014-10-20 16:55:53 +00:00
|
|
|
|
},
|
|
|
|
|
"choices": ["Yes", "No"],
|
|
|
|
|
"default": "Yes"
|
2016-02-16 13:05:27 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "my_boolean",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Do you want to check this boolean ?",
|
|
|
|
|
"fr": "Tu veux cocher ce booléen ?"
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
2014-10-20 16:55:53 +00:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|