1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shuri_ynh.git synced 2024-09-03 20:16:20 +02:00
shuri_ynh/manifest.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2017-03-11 19:14:56 +01:00
{
"name": "shuri",
"id": "shuri",
"packaging_format": 1,
"requirements": {
"yunohost": ">> 2.3.15"
},
"description": {
"fr": "Racourcisseur d'URL"
},
"url": "https://github.com/pips-/shuri",
"license": "MIT",
"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 shuri",
"fr": "Choisissez un domaine pour shuri"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for shuri",
"fr": "Choisissez un chemin pour shuri"
},
"example": "/shuri",
"default": "/shuri"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public shuri site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}