1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
ericgaspar 2021-01-10 19:28:21 +01:00
parent f7101adf9a
commit e885c61e23
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 6 additions and 9 deletions

View file

@ -5,7 +5,7 @@
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server. > *This package allows you to install Mattermost quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview ## Overview

View file

@ -144,7 +144,7 @@
}, },
"SqlSettings": { "SqlSettings": {
"DriverName": "mysql", "DriverName": "mysql",
"DataSource": "mysql://__DB_NAME__:__DB_PASS__@tcp(127.0.0.1:3306)/__DB_NAME__?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s", "DataSource": "mysql://__DB_NAME__:__DB_PASS__@tcp(localhost:3306)/__DB_NAME__?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s",
"DataSourceReplicas": [], "DataSourceReplicas": [],
"DataSourceSearchReplicas": [], "DataSourceSearchReplicas": [],
"MaxIdleConns": 20, "MaxIdleConns": 20,

View file

@ -1,6 +1,3 @@
# This file is managed by the Yunohost Mattermost package,
# and will be overwritten on upgrade.
[Unit] [Unit]
Description=Mattermost Description=Mattermost
After=network.target After=network.target

View file

@ -38,15 +38,15 @@
"en": "Choose a path for Mattermost", "en": "Choose a path for Mattermost",
"fr": "Choisissez un chemin pour Mattermost" "fr": "Choisissez un chemin pour Mattermost"
}, },
"example": "/chat", "example": "/mattermost",
"default": "/chat" "default": "/mattermost"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Can users non registered on Yunohost access this chat?", "en": "Is it a public application?",
"fr": "Les invités non-enregistrés sur Yunohost peuvent-ils accéder à ce chat ?" "fr": "Est-ce une application publique ?"
}, },
"help": { "help": {
"en": "If enabled, Mattermost will be accessible by people who do not have an account. This can be changed later via the webadmin.", "en": "If enabled, Mattermost will be accessible by people who do not have an account. This can be changed later via the webadmin.",