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

49 lines
1.2 KiB
JSON
Raw Normal View History

2017-07-15 11:39:52 +02:00
{
2017-07-15 12:16:59 +02:00
"name": "Flood",
"id": "floodynh",
2017-07-15 11:39:52 +02:00
"packaging_format": 1,
"description": {
2017-07-15 12:16:59 +02:00
"en": "Client torrent.",
"fr": "Torrent client."
2017-07-15 11:39:52 +02:00
},
2017-07-15 12:16:59 +02:00
"url": "https://github.com/TakerMc/flood_ynh",
2017-07-15 11:39:52 +02:00
"license": "free",
"maintainer": {
2017-07-15 12:16:59 +02:00
"name": "Taker",
"email": "me@taker.fr",
"url": "https://taker.fr"
2017-07-15 11:39:52 +02:00
},
"requirements": {
"yunohost": ">> 2.5.6"
},
2017-07-15 12:16:59 +02:00
"multi_instance": false,
2017-07-15 11:39:52 +02:00
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2017-07-15 12:16:59 +02:00
"en": "Choose a domain name for flood",
"fr": "Choisissez un nom de domaine pour flood"
2017-07-15 11:39:52 +02:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2017-07-15 12:16:59 +02:00
"en": "Choose a path for flood",
"fr": "Choisissez un chemin pour flood"
2017-07-15 11:39:52 +02:00
},
2017-07-15 12:16:59 +02:00
"example": "/flood",
"default": "/flood"
2017-07-15 11:39:52 +02:00
},
]
}
}