1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00
transmission_ynh/manifest.json

45 lines
1.1 KiB
JSON
Raw Normal View History

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
}