2019-06-06 06:04:22 +02:00
# Jitsi Meet for YunoHost
2015-01-14 10:55:14 +01:00
2020-04-07 20:20:57 +02:00
## Disclaimer
**Jitsi** for YunoHost for now as some limitations:
* Can only be used using Chrome/Chromium
* Is limited to two participants
2020-04-07 20:21:43 +02:00
2020-04-07 20:20:57 +02:00
Those limitations come from the packaging of the upstream app. Have to be improved.
2020-04-30 00:42:49 +02:00
[![Integration level ](https://dash.yunohost.org/integration/jitsi.svg )](https://dash.yunohost.org/appci/app/jitsi)
2019-06-06 06:04:22 +02:00
[![Install Jitsi Meet with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=jitsi)
2020-04-29 11:48:59 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2019-06-06 06:04:22 +02:00
> *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server.
2020-04-30 00:42:49 +02:00
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
2019-06-06 06:04:22 +02:00
## Overview
2019-09-23 22:34:01 +02:00
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
2019-06-06 06:04:22 +02:00
2020-01-16 00:12:53 +01:00
**Shipped version:** 1.0.3729
2019-06-06 06:04:22 +02:00
2019-09-23 22:34:01 +02:00
## Important points before installing
2019-06-06 06:04:22 +02:00
2019-09-23 22:34:01 +02:00
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
2019-07-13 14:18:06 +02:00
* auth.jitsi.domain.tld
* conference.jitsi.domain.tld
* jitsi-videobridge.jitsi.domain.tld
* focus.jitsi.domain.tld
2020-01-19 17:17:51 +01:00
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)
2019-06-06 06:04:22 +02:00
## Screenshots
![](https://jitsi.org/wp-content/uploads/2018/08/brady-bunch-stand-up-1024x632.jpg)
## Demo
* [Official demo ](https://meet.jit.si/ )
## Configuration
2019-09-23 22:34:01 +02:00
How to configure this app: Via the admin panel, a plain file with SSH, or any other way.
2019-06-06 06:04:22 +02:00
## Documentation
* Official documentation: https://jitsi.org/user-faq/
2019-09-23 22:34:01 +02:00
## Specific YunoHost features
2019-06-06 06:04:22 +02:00
#### Supported architectures
* x86-64b - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/jitsi/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/jitsi/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/jitsi_ynh/issues
* App website: https://jitsi.org/
* Upstream app repository: https://github.com/jitsi/jitsi-meet
* YunoHost website: https://yunohost.org/
---
2019-09-23 22:34:01 +02:00
Developer info
2019-06-06 06:04:22 +02:00
----------------
2020-01-15 21:40:17 +01:00
Please do your pull request to the [testing branch ](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing ).
2019-06-06 06:04:22 +02:00
2020-01-15 21:40:17 +01:00
To try the testing branch, please proceed like that.
2019-06-06 06:04:22 +02:00
```
sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug
or
sudo yunohost app upgrade jitsi -u https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug
```