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
e4b0350058
commit
216d9c5c2d
5 changed files with 2000 additions and 1901 deletions
|
@ -53,7 +53,6 @@ Can the app be used by multiple users?
|
|||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/matterbridge_ynh/issues
|
||||
* App website: Link to the official website of this app.
|
||||
* Upstream app repository: https://github.com/42wim/matterbridge
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
|
|
70
README_fr.md
Normal file
70
README_fr.md
Normal file
|
@ -0,0 +1,70 @@
|
|||
# Matterbridge pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/matterbridge)  
|
||||
[](https://install-app.yunohost.org/?app=matterbridge)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Matterbridge 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
|
||||
Quick description of this app.
|
||||
|
||||
**Shipped version:** 1.21.0
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](Link to a demo site for this app.)
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: Link to the official documentation of this app
|
||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
Are LDAP and HTTP auth supported?
|
||||
Can the app be used by multiple users?
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/matterbridge/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/matterbridge/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Additional information
|
||||
|
||||
* Other info you would like to add about this app.
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/matterbridge_ynh/issues
|
||||
* Upstream app repository: https://github.com/42wim/matterbridge
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/matterbridge_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/matterbridge_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade matterbridge -u https://github.com/YunoHost-Apps/matterbridge_ynh/tree/testing --debug
|
||||
```
|
File diff suppressed because it is too large
Load diff
1918
conf/matterbridge.toml.example
Normal file
1918
conf/matterbridge.toml.example
Normal file
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
"id": "matterbridge",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Bridge between a series of chat protocols",
|
||||
"en": "Multi-protocols bridge for online communications",
|
||||
"fr": "Pont entre une série de protocoles de discussion"
|
||||
},
|
||||
"version": "1.21.0~ynh1",
|
||||
|
|
Loading…
Add table
Reference in a new issue