1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00
mstream_ynh/manifest.json

43 lines
972 B
JSON
Raw Normal View History

2022-04-14 15:50:10 +02:00
{
"name": "mStream",
"id": "mstream",
"packaging_format": 1,
"description": {
"en": "Music streaming server",
2022-04-14 16:03:44 +02:00
"fr": "Serveur de streaming musical"
2022-04-14 15:50:10 +02:00
},
"version": "5.11.4~ynh1",
"url": "https://mstream.io/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://mstream.io/",
"demo": "https://demo.mstream.io/?",
"code": "https://github.com/IrosTheBeggar/mStream"
},
"license": "AGPL-3.0-only",
"maintainer": {
2022-04-14 16:01:13 +02:00
"name": "",
"email": ""
2022-04-14 15:50:10 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-04-14 16:01:13 +02:00
"nginx"
2022-04-14 15:50:10 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}