mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
Add doc link
This commit is contained in:
parent
1d07a88a6c
commit
576f133657
3 changed files with 3 additions and 5 deletions
|
@ -19,7 +19,7 @@ Matterbridge is a bridge between a series of chat protocols and offers a REST-AP
|
|||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: a plain file with SSH `/var/www/matterbridge/matterbridge.toml`.
|
||||
How to configure this app: a plain file with SSH `/var/www/matterbridge/matterbridge.toml`. You can follow this [doc](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) on how to create your config.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Matterbridge est un pont entre une série de protocoles de discussion et propose
|
|||
|
||||
## Configuration
|
||||
|
||||
Comment configurer cette application : un fichier brut en SSH `/var/www/matterbridge/matterbridge.toml`.
|
||||
Comment configurer cette application : un fichier brut en SSH `/var/www/matterbridge/matterbridge.toml`. Vous pouvez suivre cette [documentation](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) sur la façon de créer votre config.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -17,9 +17,7 @@
|
|||
"yunohost": ">= 4.0.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
"services": [],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue