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
Laurent Peuch 2c00df9a26 add "packaging_format" key to manifest.json
Following the decision taken during last meeting.

See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
2016-03-28 18:49:59 +02:00

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"
}
]
}
}