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
2017-07-17 12:03:11 +02:00

58 lines
1.6 KiB
JSON

{
"name": "Flood",
"id": "floodynh",
"packaging_format": 1,
"description": {
"en": "Client torrent.",
"fr": "Torrent client."
},
"url": "https://github.com/TakerMc/flood_ynh",
"license": "free",
"maintainer": {
"name": "Taker",
"email": "me@taker.fr",
"url": "https://taker.fr"
},
"requirements": {
"yunohost": ">> 2.5.6"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for flood",
"fr": "Choisissez un nom de domaine pour flood"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for flood",
"fr": "Choisissez un chemin pour flood"
},
"example": "/flood",
"default": "/flood"
},
{
"name": "data_dir",
"type": "path",
"ask": {
"en": "Choose a folder to store the downloads",
"fr": "Choisissez un dossier pour sauver les telechargements"
},
"example": "/mnt/disk1/torrents",
"default": "/home/rtorrent"
},
]
}
}