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

40 lines
724 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"
},
"version": "1.0~ynh4",
2017-06-13 23:37:51 +02:00
"url": "https://www.transmissionbt.com/",
2019-05-01 13:24:56 +02:00
"license": "GPL-3.0",
2017-06-13 23:37:51 +02:00
"maintainer": {
2021-03-14 22:09:25 +01:00
"name": "",
"email": ""
2017-06-13 23:37:51 +02:00
},
2019-05-01 13:24:56 +02:00
"requirements": {
"yunohost": ">= 4.1.7"
2019-05-01 13:24:56 +02:00
},
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",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2020-12-14 11:36:02 +01:00
"example": "/transmission",
"default": "/transmission"
2017-06-13 23:37:51 +02:00
}
]
}
2013-10-29 14:14:27 +01:00
}