mirror of
https://github.com/YunoHost-Apps/mstream_ynh.git
synced 2024-09-03 19:46:17 +02:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "mStream",
|
|
"id": "mstream",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Music streaming server",
|
|
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
|
},
|
|
"version": "5.11.4~ynh1",
|
|
"url": "https://mstream.io/",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://mstream.io/",
|
|
"demo": "https://demo.mstream.io/?",
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
"userdoc": "https://yunohost.org/apps",
|
|
"code": "https://github.com/IrosTheBeggar/mStream"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "John doe",
|
|
"email": "john.doe@example.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|