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

46 lines
847 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,
"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": [
"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
}