2013-10-29 14:14:27 +01:00
|
|
|
{
|
2017-06-13 23:37:51 +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"
|
|
|
|
},
|
2017-08-27 22:01:10 +02:00
|
|
|
"version": "1.0",
|
2017-06-13 23:37:51 +02:00
|
|
|
"url": "https://www.transmissionbt.com/",
|
|
|
|
"license": " GPL-3.0",
|
|
|
|
"maintainer": {
|
2017-06-18 15:57:00 +02:00
|
|
|
"name": "Apps Group",
|
2017-06-13 23:37:51 +02:00
|
|
|
"email": "apps_group@yunohost.org"
|
|
|
|
},
|
2017-08-27 22:01:10 +02:00
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 2.7.2"
|
|
|
|
},
|
2017-06-13 23:37:51 +02:00
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
2017-06-18 19:08:07 +02:00
|
|
|
"nginx",
|
|
|
|
"transmission-daemon"
|
2017-06-13 23:37:51 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for Transmission"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Transmission"
|
|
|
|
},
|
|
|
|
"example": "/torrent",
|
|
|
|
"default": "/torrent"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2013-10-29 14:14:27 +01:00
|
|
|
}
|