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

update manifest.json

This commit is contained in:
Taker 2017-07-15 12:16:59 +02:00
parent 22436b6507
commit edbac5e7b6

View file

@ -1,22 +1,22 @@
{ {
"name": "YunoHost example app", "name": "Flood",
"id": "ynhexample", "id": "floodynh",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Example package for YunoHost application.", "en": "Client torrent.",
"fr": "Exemple de package dapplication pour YunoHost." "fr": "Torrent client."
}, },
"url": "https://example.com", "url": "https://github.com/TakerMc/flood_ynh",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Taker",
"email": "john.doe@example.com", "email": "me@taker.fr",
"url": "http://example.com" "url": "https://taker.fr"
}, },
"requirements": { "requirements": {
"yunohost": ">> 2.5.6" "yunohost": ">> 2.5.6"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php5-fpm", "php5-fpm",
@ -28,8 +28,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for ynhexample", "en": "Choose a domain name for flood",
"fr": "Choisissez un nom de domaine pour ynhexample" "fr": "Choisissez un nom de domaine pour flood"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -37,39 +37,12 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for ynhexample", "en": "Choose a path for flood",
"fr": "Choisissez un chemin pour ynhexample" "fr": "Choisissez un chemin pour flood"
}, },
"example": "/example", "example": "/flood",
"default": "/example" "default": "/flood"
}, },
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
{
"name": "language",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
}
] ]
} }
} }