mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
test
This commit is contained in:
parent
e64dfeeb31
commit
bcdb5d974f
2 changed files with 59 additions and 34 deletions
|
@ -21,38 +21,5 @@
|
|||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for matterbridge",
|
||||
"fr": "Choisissez un nom de domaine pour matterbridge"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for matterbridge /matterbridge is accepted",
|
||||
"fr": "Choisissez un chemin pour matterbridge /matterbridge est accepté"
|
||||
},
|
||||
"example": "/matterbridge",
|
||||
"default": "/matterbridge"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"default": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
58
manifest.json.old
Normal file
58
manifest.json.old
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"name": "matterbridge",
|
||||
"id": "matterbridge",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "matterbridge package for YunoHost.",
|
||||
"fr": "matterbridge pour YunoHost."
|
||||
},
|
||||
"version": "1.16.0",
|
||||
"url": "https://github.com/42wim/matterbridge",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
"name": "liberodark",
|
||||
"email": "liberodark@gmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.2"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for matterbridge",
|
||||
"fr": "Choisissez un nom de domaine pour matterbridge"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for matterbridge /matterbridge is accepted",
|
||||
"fr": "Choisissez un chemin pour matterbridge /matterbridge est accepté"
|
||||
},
|
||||
"example": "/matterbridge",
|
||||
"default": "/matterbridge"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"default": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue