mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
84 lines
2.9 KiB
JSON
84 lines
2.9 KiB
JSON
{
|
||
"name": "Galene",
|
||
"id": "galene",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Videoconferencing server that is easy to deploy",
|
||
"fr": "Serveur de visioconférence facile à déployer"
|
||
},
|
||
"version": "0.3.5~ynh3",
|
||
"url": "https://galene.org",
|
||
"upstream": {
|
||
"license": "free",
|
||
"website": "https://galene.org",
|
||
"demo": "https://galene.org:8443/",
|
||
"admindoc": "https://galene.org/",
|
||
"code": "https://github.com/jech/galene"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "eric_G",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.1.7"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"help": {
|
||
"en": "Set the administrator password (between 8 and 30 characters)",
|
||
"fr": "Définissez le mot de passe administrateur (entre 8 et 30 caractères)"
|
||
},
|
||
"example": "Choose a password"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Galène will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, Galène sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "group_name",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose a name for the group you want to create",
|
||
"fr": "Choisissez un nom pour le groupe que vous voulez créer"
|
||
},
|
||
"default": "public",
|
||
"example": "public"
|
||
},
|
||
{
|
||
"name": "group_description",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose a description for the group you want to create",
|
||
"fr": "Décrivez le groupe que vous souhaitez créer"
|
||
},
|
||
"help": {
|
||
"en": "Add a human-readable description of the group; this is displayed on the landing page for public groups.",
|
||
"fr": "Ajoutez une description du groupe; ceci est affiché sur la page de destination des groupes publics."
|
||
}
|
||
}
|
||
]
|
||
}
|
||
}
|