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-06-18 02:03:31 +02:00
[![Integration level ](https://dash.yunohost.org/integration/jitsi.svg )](https://dash.yunohost.org/appci/app/jitsi) ![](https://ci-apps.yunohost.org/ci/badges/jitsi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jitsi.maintain.svg)
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)*
2020-06-18 02:03:31 +02:00
> *This package allows 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.*
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-12-16 11:00:03 +01:00
**Shipped version:** 1.0.4466
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
2020-04-10 19:36:04 +02:00
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)
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/
2020-06-18 02:03:31 +02:00
## YunoHost specific features
2019-06-06 06:04:22 +02:00
#### Supported architectures
2020-06-18 02:03:31 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/jitsi/)
2019-06-06 06:04:22 +02:00
* 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-06-18 02:03:31 +02:00
Please send 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
```