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

44 lines
804 B
JSON
Raw Normal View History

2013-10-29 14:14:27 +01:00
{
2017-06-13 23:37:51 +02:00
"name": "Transmission",
"id": "transmission",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.4.0"
},
"description": {
"en": "A Fast, Easy, and Free BitTorrent Client",
"fr": "Un client BitTorrent libre et rapide"
},
"url": "https://www.transmissionbt.com/",
"license": " GPL-3.0",
"maintainer": {
"name": "Groupe Apps",
"email": "apps_group@yunohost.org"
},
"multi_instance": false,
"services": [
"nginx"
],
"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
}