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",
"id": "ynhexample",
"name": "Flood",
"id": "floodynh",
"packaging_format": 1,
"description": {
"en": "Example package for YunoHost application.",
"fr": "Exemple de package dapplication pour YunoHost."
"en": "Client torrent.",
"fr": "Torrent client."
},
"url": "https://example.com",
"url": "https://github.com/TakerMc/flood_ynh",
"license": "free",
"maintainer": {
"name": "John doe",
"email": "john.doe@example.com",
"url": "http://example.com"
"name": "Taker",
"email": "me@taker.fr",
"url": "https://taker.fr"
},
"requirements": {
"yunohost": ">> 2.5.6"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
@ -28,8 +28,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 flood",
"fr": "Choisissez un nom de domaine pour flood"
},
"example": "example.com"
},
@ -37,39 +37,12 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ynhexample",
"fr": "Choisissez un chemin pour ynhexample"
"en": "Choose a path for flood",
"fr": "Choisissez un chemin pour flood"
},
"example": "/example",
"default": "/example"
"example": "/flood",
"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"
}
]
}
}