1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00
This commit is contained in:
ericgaspar 2021-01-26 14:40:23 +01:00
parent 0565905010
commit 512c3df23f
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 6 additions and 3 deletions

View file

@ -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.

View file

@ -1,3 +1,6 @@
[mattermost.mymattermost]
#The mattermost hostname. (do not prefix it with http or https)
Server="yourmattermostserver.domain:443"

View file

@ -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"