2013-10-29 14:14:27 +01:00
|
|
|
{
|
2022-07-03 20:36:04 +02:00
|
|
|
"name": "Transmission",
|
|
|
|
"id": "transmission",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "A Fast, Easy, and Free BitTorrent Client",
|
|
|
|
"fr": "Un client BitTorrent libre et rapide"
|
|
|
|
},
|
|
|
|
"version": "2.94~ynh1",
|
|
|
|
"url": "https://www.transmissionbt.com",
|
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"website": "https://www.transmissionbt.com",
|
|
|
|
"admindoc": "https://github.com/transmission/transmission/wiki",
|
|
|
|
"code": "https://github.com/transmission/transmission"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "",
|
|
|
|
"email": ""
|
|
|
|
},
|
2019-05-01 13:24:56 +02:00
|
|
|
"requirements": {
|
2022-07-03 20:36:04 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
2019-05-01 13:24:56 +02:00
|
|
|
},
|
2022-07-03 20:36:04 +02:00
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"transmission-daemon"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2022-07-04 21:59:25 +02:00
|
|
|
"example": "/torrent",
|
|
|
|
"default": "/torrent"
|
2022-07-03 20:36:04 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2013-10-29 14:14:27 +01:00
|
|
|
}
|