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

Create manifest.json

This commit is contained in:
frju365 2017-03-11 19:14:56 +01:00 committed by GitHub
parent 84a55f4107
commit 45293b3586

54
manifest.json Normal file
View file

@ -0,0 +1,54 @@
{
"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"
}
]
}
}