1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
opentracker_ynh/manifest.json

28 lines
580 B
JSON
Raw Normal View History

2019-04-11 11:17:42 +02:00
{
2019-04-11 11:21:21 +02:00
"name": "OpenTracker",
"id": "opentracker",
2019-04-11 11:17:42 +02:00
"packaging_format": 1,
"description": {
2020-12-24 23:36:49 +01:00
"en": "Bittorrent tracker",
"fr": "Tracker Bittorrent"
2019-04-11 11:17:42 +02:00
},
2021-01-27 18:40:35 +01:00
"version": "1.0~ynh1",
2019-04-11 11:21:21 +02:00
"url": "http://erdgeist.org/arts/software/opentracker/",
"license": "Beerware",
2019-04-11 11:17:42 +02:00
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
2021-01-27 18:33:31 +01:00
"yunohost": ">= 4.0.1"
2019-04-11 11:17:42 +02:00
},
"multi_instance": false,
"services": [
2020-12-24 23:36:49 +01:00
"nginx"
2019-04-11 11:17:42 +02:00
],
"arguments": {
2021-01-27 18:56:02 +01:00
"install": [
2019-04-11 11:17:42 +02:00
]
}
}