mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
109 lines
3.7 KiB
JSON
109 lines
3.7 KiB
JSON
{
|
||
"name": "Mattermost",
|
||
"id": "mattermost",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Open source collaboration platform built for developers",
|
||
"fr": "Plateforme de collaboration open source conçue pour les développeurs"
|
||
},
|
||
"version": "5.38.2~ynh1",
|
||
"url": "http://www.mattermost.org/",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"website": "http://www.mattermost.org/",
|
||
"admindoc": "https://docs.mattermost.com/guides/deployment.html",
|
||
"userdoc": "https://docs.mattermost.com/guides/messaging.html",
|
||
"code": "https://github.com/mattermost/mattermost-server"
|
||
},
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "pmorinerie",
|
||
"email": "kemenaran@gmail.com"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"mysql"
|
||
],
|
||
"requirements": {
|
||
"yunohost": ">= 4.2.0"
|
||
},
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"example": "domain.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/mattermost",
|
||
"default": "/chat"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Mattermost will be accessible by the user without a YunoHost account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, Mattermost sera accessible par l'utilisateur sans compte YunoHost. Vous pourrez changer ceci plus tard via l’interface d’administration."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"example": "Choose a password"
|
||
},
|
||
{
|
||
"name": "version",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the version you want to install",
|
||
"fr": "Choisissez la version que vous souhaitez installer"
|
||
},
|
||
"help": {
|
||
"en": "Use Team Edition for the open source version (ARM, ARM64 and x86-64 support) or Enterprise Edition if you want to use a license (x86-64 support only)",
|
||
"fr": "Utilisez Team Edition pour la version open source (prise en charge ARM, ARM64 et x86-64) ou Enterprise Edition si vous souhaitez utiliser une licence (prise en charge x86-64 uniquement)"
|
||
},
|
||
"choices": [
|
||
"Enterprise",
|
||
"Team"
|
||
],
|
||
"default": "Team"
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the language of the chat for the admin",
|
||
"fr": "Choissisez la langue utilisée pour l'administrateur"
|
||
},
|
||
"choices": [
|
||
"de",
|
||
"en",
|
||
"es",
|
||
"fr",
|
||
"it",
|
||
"pt"
|
||
],
|
||
"default": "en"
|
||
},
|
||
{
|
||
"name": "team_display_name",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose a Team name",
|
||
"fr": "Choisissez le nom de l’équipe"
|
||
},
|
||
"example": "Team",
|
||
"default": "Team"
|
||
}
|
||
]
|
||
}
|
||
}
|