mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
2c00df9a26
Following the decision taken during last meeting. See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
40 lines
843 B
JSON
40 lines
843 B
JSON
{
|
|
"name": "Transmission",
|
|
"id": "transmission",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A Fast, Easy, and Free BitTorrent Client",
|
|
"fr": "Un client BitTorrent libre et rapide"
|
|
},
|
|
"url": "https://www.transmissionbt.com/",
|
|
"maintainer": {
|
|
"name": "kload",
|
|
"email": "kload@kload.fr"
|
|
},
|
|
"multi_instance": "false",
|
|
"services": [
|
|
"nginx",
|
|
"transmission-daemon"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|