mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
More informations
This commit is contained in:
parent
670254b277
commit
dc234cbc23
4 changed files with 4 additions and 27 deletions
|
@ -1,9 +1 @@
|
|||
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
|
||||
|
||||
## 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.
|
||||
|
|
|
@ -1,8 +1 @@
|
|||
Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Javascript, propose des vidéos-conférences de haute qualité, sécurisées et évolutives.
|
||||
|
||||
## Avertissements
|
||||
**Jitsi-meet** pour YunoHost est limité actuellement :
|
||||
* Il ne peut être utilisé qu'avec Chrome ou un navigateur basé sur Chromium
|
||||
* Il est limité à 2 participants par réunion
|
||||
|
||||
Ces limitations viennent de la manière dont l'application a été empaquetée pour YunoHost. À améliorer.
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
## Important points before installing
|
||||
|
||||
1. **Jitsi** requires a dedicated **root domain**, eg. jitsi.domain.tld
|
||||
2. **Jitsi** requires you create additionals domains in your DNS and in your YunoHost
|
||||
* auth.jitsi.domain.tld
|
||||
* conference.jitsi.domain.tld
|
||||
* jitsi-videobridge.jitsi.domain.tld
|
||||
* focus.jitsi.domain.tld
|
||||
3. **Jitsi** requires the ports TCP/4443 and UDP/10000 to be forwarded to your YunoHost (The same way you forwarded 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config)
|
||||
2. **Jitsi** requires the ports TCP/4443 and UDP/10000 to be forwarded to your YunoHost (The same way you forwarded 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config)
|
||||
3. **Jitsi** will stop and disable Metronome XMPP.
|
|
@ -1,9 +1,5 @@
|
|||
## Points importants à préparer avant l'installation
|
||||
|
||||
1. **Jitsi** a besoin d'un **domaine racine** dédié, par exemple : jitsi.domain.tld
|
||||
2. **Jitsi** nécessite des domaines supplémentaires au niveau du DNS et de votre YunoHost
|
||||
* auth.jitsi.domain.tld
|
||||
* conference.jitsi.domain.tld
|
||||
* jitsi-videobridge.jitsi.domain.tld
|
||||
* focus.jitsi.domain.tld
|
||||
3. **Jitsi** demande que les ports TCP/4443 et UDP/10000 soient routés vers votre YunoHost (De la même manière que le sont les ports 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config)
|
||||
2. **Jitsi** demande que les ports TCP/4443 et UDP/10000 soient routés vers votre YunoHost (De la même manière que le sont les ports 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config)
|
||||
3. **Jitsi** va arréter et désactiver le service XMPP Metronome.
|
Loading…
Reference in a new issue