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
ericgaspar fd74914530
Fix
2021-01-27 18:40:35 +01:00

35 lines
888 B
JSON

{
"name": "OpenTracker",
"id": "opentracker",
"packaging_format": 1,
"description": {
"en": "Bittorrent tracker",
"fr": "Tracker Bittorrent"
},
"version": "1.0~ynh1",
"url": "http://erdgeist.org/arts/software/opentracker/",
"license": "Beerware",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.0.1"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for OpenTracker",
"fr": "Choisissez un nom de domaine pour OpenTracker"
},
"example": "example.com"
}
]
}
}