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

34 lines
830 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
},
2022-06-20 08:17:26 +02:00
"version": "1.0~ynh3",
2019-04-11 11:21:21 +02:00
"url": "http://erdgeist.org/arts/software/opentracker/",
2021-06-02 23:21:49 +02:00
"upstream": {
"license": "Beerware",
"website": "http://erdgeist.org/arts/software/opentracker/",
"demo": "https://dispatch.khlieng.com/connect",
"admindoc": "http://erdgeist.org/arts/software/opentracker/"
},
2019-04-11 11:21:21 +02:00
"license": "Beerware",
2019-04-11 11:17:42 +02:00
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
2022-06-20 08:16:50 +02:00
"yunohost": ">= 4.3.0"
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
]
}
}