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

54 lines
1.6 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 self-hostée à Slack"
},
2016-04-17 19:03:14 +02:00
"url": "http://www.mattermost.org/",
2015-10-21 13:03:49 +02:00
"license": "free",
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.4.0"
},
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
}
]
}
}