mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
fix
This commit is contained in:
parent
f7101adf9a
commit
e885c61e23
4 changed files with 6 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
*[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.*
|
||||
|
||||
## Overview
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
},
|
||||
"SqlSettings": {
|
||||
"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": [],
|
||||
"DataSourceSearchReplicas": [],
|
||||
"MaxIdleConns": 20,
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# This file is managed by the Yunohost Mattermost package,
|
||||
# and will be overwritten on upgrade.
|
||||
|
||||
[Unit]
|
||||
Description=Mattermost
|
||||
After=network.target
|
||||
|
|
|
@ -38,15 +38,15 @@
|
|||
"en": "Choose a path for Mattermost",
|
||||
"fr": "Choisissez un chemin pour Mattermost"
|
||||
},
|
||||
"example": "/chat",
|
||||
"default": "/chat"
|
||||
"example": "/mattermost",
|
||||
"default": "/mattermost"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Can users non registered on Yunohost access this chat?",
|
||||
"fr": "Les invités non-enregistrés sur Yunohost peuvent-ils accéder à ce chat ?"
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"help": {
|
||||
"en": "If enabled, Mattermost will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||||
|
|
Loading…
Add table
Reference in a new issue