1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headphones_ynh.git synced 2024-09-03 19:26:02 +02:00
headphones_ynh/manifest.json
2022-04-15 01:39:21 +02:00

47 lines
1.2 KiB
JSON

{
"name": "Headphones",
"id": "headphones",
"packaging_format": 1,
"description": {
"en": "Automated music downloader for NZB and Torrent"
},
"version": "0.6.0~ynh1",
"url": "https://github.com/rembo10/headphones",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://github.com/rembo10/headphones",
"userdoc": "https://github.com/rembo10/headphones/wiki/Usage-guide",
"code": "https://github.com/rembo10/headphones"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/headphones",
"default": "/headphones"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}