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
2022-03-20 01:41:52 +01:00

49 lines
1.2 KiB
JSON

{
"name": "Flood",
"id": "flood",
"packaging_format": 1,
"description": {
"en": "Client torrent.",
"fr": "Torrent client."
},
"version": "4.7.0~ynh1",
"url": "https://github.com/jesec/flood",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://github.com/jesec/flood",
"admindoc": "https://github.com/jesec/flood/wiki",
"code": "https://github.com/jesec/flood"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Taker",
"email": "me@taker.fr",
"url": "https://taker.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/flood",
"default": "/flood"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}