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

55 lines
1.7 KiB
JSON
Raw Normal View History

2015-10-21 13:03:49 +02:00
{
2017-01-07 17:10:47 +01:00
"packaging_format": 1,
2015-10-21 13:03:49 +02:00
"name": "Mattermost",
"id": "mattermost",
"description": {
"en": "An open-source, self-hosted alternative to Slack",
"fr": "Une alternative open-source et auto-hébergée à Slack"
2015-10-21 13:03:49 +02:00
},
2016-04-17 19:03:14 +02:00
"url": "http://www.mattermost.org/",
"license": "GPL-3.0-only",
2018-01-23 14:17:34 +01:00
"version": "4.6.0-1",
2016-04-17 19:03:14 +02:00
"maintainer": {
2015-10-21 13:03:49 +02:00
"name": "pmorinerie",
"email": "kemenaran@gmail.com"
},
2017-01-07 17:10:47 +01:00
"multi_instance": false,
2016-04-17 19:03:14 +02:00
"services": [
2017-01-03 16:17:34 +01:00
"nginx"
2016-04-17 19:03:14 +02:00
],
2017-01-07 17:10:47 +01:00
"requirements": {
"yunohost": ">= 2.7.0"
2017-01-07 17:10:47 +01:00
},
2015-10-21 13:03:49 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2016-04-17 19:03:14 +02:00
"type": "domain",
2015-10-21 13:03:49 +02:00
"ask": {
"en": "Choose a domain for Mattermost",
"fr": "Choisissez un domaine pour Mattermost"
},
"example": "domain.org"
},
{
"name": "public_site",
"ask": {
"en": "Can guest users access this chat?",
"fr": "Les utilisateurs non-enregistrés peuvent-ils accéder à ce chat ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "analytics",
"type": "boolean",
"ask": {
"en": "Do you want to allow Mattermost to send some telemetrics about your usage of this app?",
"fr": "Autorisez-vous Mattermost à envoyer des informations anonymes sur votre usage de lapplication ?"
},
"default": false
2015-10-21 13:03:49 +02:00
}
]
}
}