2022-02-06 15:37:33 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2019-06-06 06:04:22 +02:00
# Jitsi Meet for YunoHost
2015-01-14 10:55:14 +01:00
2023-01-31 07:08:18 +01:00
[![Integration level ](https://dash.yunohost.org/integration/jitsi.svg )](https://dash.yunohost.org/appci/app/jitsi) ![Working status ](https://ci-apps.yunohost.org/ci/badges/jitsi.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/jitsi.maintain.svg )
2023-02-22 07:09:33 +01:00
2022-02-06 15:37:33 +01:00
[![Install Jitsi Meet with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=jitsi)
2020-10-13 23:04:01 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2022-02-06 15:37:33 +01: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.*
2020-04-07 20:20:57 +02:00
2019-06-06 06:04:22 +02:00
## Overview
2022-02-06 15:37:33 +01:00
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
2023-12-21 07:08:55 +01:00
**Shipped version:** 2.0.9164~ynh1
2022-08-08 16:50:35 +02:00
2022-02-06 15:37:33 +01:00
**Demo:** https://meet.jit.si/
2019-06-06 06:04:22 +02:00
## Screenshots
2022-06-09 01:19:58 +02:00
![Screenshot of Jitsi Meet ](./doc/screenshots/screenshot.png )
2019-06-06 06:04:22 +02:00
2022-02-06 15:37:33 +01:00
## Documentation and resources
2019-06-06 06:04:22 +02:00
2022-06-09 01:19:58 +02:00
* Official app website: < https: // jitsi . org />
* Official user documentation: < https: // jitsi . org / user-faq />
* Upstream app code repository: < https: // github . com / jitsi / jitsi-meet >
2023-11-11 07:07:36 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / jitsi >
2022-06-09 01:19:58 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / jitsi_ynh / issues >
2019-06-06 06:04:22 +02:00
2020-10-13 23:04: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.
2022-06-09 01:19:58 +02:00
``` bash
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
```
2022-02-06 15:37:33 +01:00
2022-06-09 01:19:58 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >