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
2022-06-20 08:17:26 +02:00

33 lines
830 B
JSON

{
"name": "OpenTracker",
"id": "opentracker",
"packaging_format": 1,
"description": {
"en": "Bittorrent tracker",
"fr": "Tracker Bittorrent"
},
"version": "1.0~ynh3",
"url": "http://erdgeist.org/arts/software/opentracker/",
"upstream": {
"license": "Beerware",
"website": "http://erdgeist.org/arts/software/opentracker/",
"demo": "https://dispatch.khlieng.com/connect",
"admindoc": "http://erdgeist.org/arts/software/opentracker/"
},
"license": "Beerware",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
]
}
}