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

50 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",
2018-02-11 19:40:35 +01:00
"id": "flood",
2017-07-15 11:39:52 +02:00
"packaging_format": 1,
"description": {
2022-06-06 18:40:54 +02:00
"en": "Monitoring service for various torrent clients",
"fr": "Service de surveillance pour divers clients torrent"
2017-07-15 11:39:52 +02:00
},
2023-01-11 10:20:50 +01:00
"version": "4.7.0~ynh3",
"url": "https://flood.js.org/",
2022-03-19 23:23:41 +01:00
"upstream": {
2022-03-20 01:41:52 +01:00
"license": "GPL-3.0-or-later",
2023-01-11 10:20:50 +01:00
"website": "https://flood.js.org/",
2022-03-19 23:23:41 +01:00
"admindoc": "https://github.com/jesec/flood/wiki",
"code": "https://github.com/jesec/flood"
},
2022-03-20 01:41:52 +01:00
"license": "GPL-3.0-or-later",
2017-07-15 11:39:52 +02:00
"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": {
2023-01-11 10:20:50 +01:00
"yunohost": ">= 11.0.9"
2017-07-15 11:39:52 +02:00
},
2017-07-15 12:16:59 +02:00
"multi_instance": false,
2017-07-15 11:39:52 +02:00
"services": [
2017-07-20 23:45:44 +02:00
"nginx"
2017-07-15 11:39:52 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
2022-03-19 23:23:41 +01:00
"type": "domain"
2017-07-15 11:39:52 +02:00
},
{
"name": "path",
"type": "path",
2017-07-15 12:16:59 +02:00
"example": "/flood",
"default": "/flood"
2017-07-15 11:39:52 +02:00
},
2017-07-17 12:03:11 +02:00
{
2022-03-19 23:23:41 +01:00
"name": "is_public",
"type": "boolean",
"default": false
2017-07-19 23:08:59 +02:00
}
2017-07-15 11:39:52 +02:00
]
}
}