From e885c61e239497bfd8fe4c5420f24b08ed2130cb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 Jan 2021 19:28:21 +0100 Subject: [PATCH] fix --- README.md | 2 +- conf/config.json | 2 +- conf/systemd.service | 3 --- manifest.json | 8 ++++---- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0d60e92..9086115 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/conf/config.json b/conf/config.json index 35902ef..f0519ea 100644 --- a/conf/config.json +++ b/conf/config.json @@ -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, diff --git a/conf/systemd.service b/conf/systemd.service index ee0a3af..0a3b276 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/manifest.json b/manifest.json index b3df0fe..bb0516b 100644 --- a/manifest.json +++ b/manifest.json @@ -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.",