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
2023-01-11 10:20:50 +01:00

49 lines
1.2 KiB
JSON

{
"name": "Flood",
"id": "flood",
"packaging_format": 1,
"description": {
"en": "Monitoring service for various torrent clients",
"fr": "Service de surveillance pour divers clients torrent"
},
"version": "4.7.0~ynh3",
"url": "https://flood.js.org/",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://flood.js.org/",
"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": ">= 11.0.9"
},
"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
}
]
}
}