From 512c3df23f73281b887aeb04e2e8ef2898f1c30c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Jan 2021 14:40:23 +0100 Subject: [PATCH] Fix --- README.md | 2 +- conf/matterbridge.toml | 3 +++ manifest.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29365c1..6382115 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Matterbridge is a bridge between a series of chat protocols and offers a REST-AP * [Official demo](Link to a demo site for this app.) -## Configuration +## Configurationw How to configure this app: From an admin panel, a plain file with SSH, or any other way. diff --git a/conf/matterbridge.toml b/conf/matterbridge.toml index ac0dcfc..e88fc9c 100644 --- a/conf/matterbridge.toml +++ b/conf/matterbridge.toml @@ -1,3 +1,6 @@ + + + [mattermost.mymattermost] #The mattermost hostname. (do not prefix it with http or https) Server="yourmattermostserver.domain:443" diff --git a/manifest.json b/manifest.json index 4b2bb64..62a9528 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "url": "https://github.com/42wim/matterbridge", "license": "Apache-2.0", "maintainer": { - "name": "", - "email": "" + "name": "liberodark", + "email": "liberodark@gmail.com" }, "requirements": { "yunohost": ">= 4.0.0"