1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/manifest.json

84 lines
2.8 KiB
JSON
Raw Normal View History

2021-01-09 12:29:28 +01:00
{
2021-09-08 23:27:51 +02:00
"name": "Galène",
2021-01-09 12:29:28 +01:00
"id": "galene",
"packaging_format": 1,
"description": {
2021-01-09 21:34:33 +01:00
"en": "Videoconferencing server that is easy to deploy",
"fr": "Serveur de visioconférence facile à déployer"
2021-01-09 12:29:28 +01:00
},
2022-10-15 21:43:33 +02:00
"version": "0.6.1~ynh4",
2021-09-08 23:27:51 +02:00
"url": "https://galene.org/",
"upstream": {
2021-09-08 23:27:51 +02:00
"license": "MIT",
"website": "https://galene.org/",
"demo": "https://galene.org:8443/",
"admindoc": "https://galene.org/",
2021-09-08 23:27:51 +02:00
"userdoc": "https://galene.org/faq.html",
"code": "https://github.com/jech/galene"
},
2021-01-09 12:29:28 +01:00
"license": "MIT",
"maintainer": {
2021-01-10 14:48:30 +01:00
"name": "eric_G",
2021-01-09 21:34:33 +01:00
"email": ""
2021-01-09 12:29:28 +01:00
},
"requirements": {
2022-10-18 09:07:30 +02:00
"yunohost": ">= 11.0.9"
2021-01-09 12:29:28 +01:00
},
2021-01-09 21:34:33 +01:00
"multi_instance": false,
2021-01-09 12:29:28 +01:00
"services": [
"nginx"
],
"arguments": {
2022-10-05 00:36:46 +02:00
"install": [
2021-01-09 12:29:28 +01:00
{
"name": "domain",
2021-11-06 11:29:22 +01:00
"type": "domain"
2021-01-09 12:29:28 +01:00
},
2022-10-05 00:36:46 +02:00
{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
},
2021-01-09 12:29:28 +01:00
{
"name": "admin",
2021-11-06 11:29:22 +01:00
"type": "user"
2021-01-09 12:29:28 +01:00
},
{
"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)"
2021-11-06 11:29:22 +01:00
}
},
{
"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"
},
2021-01-13 16:59:26 +01:00
"default": "public",
"example": "public"
},
{
"name": "group_description",
"type": "string",
2021-09-08 23:27:51 +02:00
"optional": true,
"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."
}
2021-01-09 12:29:28 +01:00
}
]
}
}