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
895 B
JSON
Raw Normal View History

2013-10-29 14:14:27 +01:00
{
"name": "Transmission",
"id": "transmission",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.4.0"
},
2013-10-29 14:14:27 +01:00
"description": {
"en": "A Fast, Easy, and Free BitTorrent Client",
"fr": "Un client BitTorrent libre et rapide"
},
2014-12-31 18:09:59 +01:00
"url": "https://www.transmissionbt.com/",
"maintainer": {
2013-10-29 14:14:27 +01:00
"name": "kload",
2014-12-31 18:09:59 +01:00
"email": "kload@kload.fr"
2013-10-29 14:14:27 +01:00
},
"multi_instance": "false",
2015-11-22 16:20:21 +01:00
"services": [
"nginx",
"transmission-daemon"
],
2013-10-29 14:14:27 +01:00
"arguments": {
"install": [
{
"name": "domain",
2014-12-31 18:09:59 +01:00
"type": "domain",
2013-10-29 14:14:27 +01:00
"ask": {
2013-11-22 20:53:54 +01:00
"en": "Choose a domain for Transmission"
},
"example": "domain.org"
2013-10-29 14:14:27 +01:00
},
{
"name": "path",
2014-12-31 18:09:59 +01:00
"type": "path",
2013-10-29 14:14:27 +01:00
"ask": {
2013-11-22 20:53:54 +01:00
"en": "Choose a path for Transmission"
},
"example": "/torrent",
"default": "/torrent"
2013-10-29 14:14:27 +01:00
}
]
}
}