1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00
jitsi_ynh/README_fr.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2022-06-09 01:19:58 +02: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.
-->
# Jitsi Meet pour YunoHost
2023-01-31 07:08:18 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/jitsi.status.svg) ![Statut de maintenance](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
[![Installer Jitsi Meet avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jitsi)
2020-04-28 20:10:48 +02:00
*[Read this readme in english.](./README.md)*
2020-04-30 00:42:49 +02:00
2023-01-31 07:08:18 +01:00
> *Ce package vous permet dinstaller Jitsi Meet rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2023-01-31 07:08:18 +01:00
## Vue densemble
2022-02-06 15:37:33 +01:00
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.
2024-02-07 20:13:40 +01:00
**Version incluse :** 2.0.9164~ynh2
2022-02-06 15:37:33 +01:00
**Démo :** https://meet.jit.si/
2023-01-31 07:08:18 +01:00
## Captures décran
2023-01-31 07:08:18 +01:00
![Capture décran de Jitsi Meet](./doc/screenshots/screenshot.png)
2022-02-06 15:37:33 +01:00
## Documentations et ressources
2023-01-31 07:08:18 +01:00
* Site officiel de lapp : <https://jitsi.org/>
2022-06-09 01:19:58 +02:00
* Documentation officielle utilisateur : <https://jitsi.org/user-faq/>
2023-01-31 07:08:18 +01:00
* Dépôt de code officiel de lapp : <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
* Signaler un bug : <https://github.com/YunoHost-Apps/jitsi_ynh/issues>
2020-04-30 00:42:49 +02:00
2022-02-06 15:37:33 +01:00
## Informations pour les développeurs
2020-04-30 00:42:49 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-06-09 01:19:58 +02:00
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug
2020-04-29 11:41:32 +02:00
ou
sudo yunohost app upgrade jitsi -u https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug
```
2022-02-06 15:37:33 +01:00
2023-01-31 07:08:18 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>