mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
Fix
This commit is contained in:
parent
0565905010
commit
512c3df23f
3 changed files with 6 additions and 3 deletions
|
@ -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.)
|
* [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.
|
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[mattermost.mymattermost]
|
[mattermost.mymattermost]
|
||||||
#The mattermost hostname. (do not prefix it with http or https)
|
#The mattermost hostname. (do not prefix it with http or https)
|
||||||
Server="yourmattermostserver.domain:443"
|
Server="yourmattermostserver.domain:443"
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"url": "https://github.com/42wim/matterbridge",
|
"url": "https://github.com/42wim/matterbridge",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "liberodark",
|
||||||
"email": ""
|
"email": "liberodark@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.0.0"
|
"yunohost": ">= 4.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue