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

48 lines
1.2 KiB
JSON
Raw Normal View History

2015-08-23 17:57:27 +02:00
{
2022-03-15 08:41:58 +01:00
"name": "Headphones",
"id": "headphones",
"packaging_format": 1,
"description": {
2022-03-24 00:32:11 +01:00
"en": "Automated music downloader for NZB and Torrent"
2022-03-15 08:41:58 +01:00
},
"version": "0.6.0~ynh1",
"url": "https://github.com/rembo10/headphones",
"upstream": {
2022-03-24 00:32:11 +01:00
"license": "GPL-3.0-or-later",
2022-03-15 08:41:58 +01:00
"website": "https://github.com/rembo10/headphones",
"userdoc": "https://github.com/rembo10/headphones/wiki/Usage-guide",
"code": "https://github.com/rembo10/headphones"
},
2022-03-24 00:32:11 +01:00
"license": "GPL-3.0-or-later",
2022-03-15 08:41:58 +01:00
"maintainer": {
2022-04-15 01:39:21 +02:00
"name": "",
"email": ""
2022-03-15 08:41:58 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
2015-09-05 17:52:58 +02:00
],
2022-03-15 08:41:58 +01:00
"arguments": {
2022-03-24 00:32:11 +01:00
"install": [
2022-03-15 08:41:58 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/headphones",
"default": "/headphones"
},
{
"name": "is_public",
"type": "boolean",
2022-03-24 00:32:11 +01:00
"default": false
2022-03-15 08:41:58 +01:00
}
]
}
2015-08-23 17:57:27 +02:00
}