mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Merge branch 'master' into without-metronome
This commit is contained in:
commit
670254b277
2 changed files with 19 additions and 14 deletions
22
README.md
22
README.md
|
@ -1,19 +1,20 @@
|
||||||
# Jitsi Meet for YunoHost
|
# Jitsi Meet for YunoHost
|
||||||
|
|
||||||
## Disclaimer
|
|
||||||
**Jitsi** for YunoHost for now as some limitations:
|
|
||||||
* Can only be used using Chrome/Chromium
|
|
||||||
* Is limited to two participants
|
|
||||||
|
|
||||||
Those limitations come from the packaging of the upstream app. Have to be improved.
|
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/jitsi)  
|
[](https://dash.yunohost.org/appci/app/jitsi)  
|
||||||
[](https://install-app.yunohost.org/?app=jitsi)
|
[](https://install-app.yunohost.org/?app=jitsi)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install Jitsi Meet quickly and simply on a YunoHost server.
|
> *This package allow you to install Jitsi Meet 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.*
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
|
||||||
|
**Jitsi** for YunoHost for now as some limitations:
|
||||||
|
* Can only be used using Chrome/Chromium
|
||||||
|
* Is limited to two participants
|
||||||
|
|
||||||
|
Those limitations come from the packaging of the upstream app. Have to be improved.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
|
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
|
||||||
|
@ -57,8 +58,7 @@ How to configure this app: Via the admin panel, a plain file with SSH, or any ot
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Developer info
|
## Developer info
|
||||||
----------------
|
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing).
|
||||||
|
|
||||||
|
|
|
@ -17,12 +17,17 @@
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "yalh76"
|
"name": ""
|
||||||
},
|
},
|
||||||
"previous": {
|
"previous_maintainers": [
|
||||||
|
{
|
||||||
|
"name": "yalh76"
|
||||||
|
},
|
||||||
|
{
|
||||||
"name": "ju",
|
"name": "ju",
|
||||||
"email": "julien.malik@paraiso.me"
|
"email": "julien.malik@paraiso.me"
|
||||||
},
|
}
|
||||||
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue