1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
rocketchat_ynh/README_fr.md
2022-07-21 21:55:07 +00:00

73 lines
3.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
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.
-->
# Rocket.Chat pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/rocketchat.svg)](https://dash.yunohost.org/appci/app/rocketchat) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg)
[![Installer Rocket.Chat avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Rocket.Chat rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
Rocket.Chat est une plate-forme de communication open source entièrement personnalisable développée en JavaScript pour les organisations avec des normes élevées de protection des données.
### Fonctionnalités
- Chiffrement de bout en bout
- LDAP (configuration manuelle)
- Authentification multifacteur
- Autorisation utilisateur personnalisable
- Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
- Applications de bureau pour [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) et [Windows](https://releases.rocket.chat/desktop/latest/download)
**Version incluse :** 5.0.0~ynh1
**Démo :** https://cloud.rocket.chat/trial
## Captures d'écran
![Capture d'écran de Rocket.Chat](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes
### Configuration de l'e-mail
Pour activer l'e-mail pour la vérification des adresses, accédez au panneau d'administration de Rocket.Chat sous Paramètres -> E-mail -> SMTP et définissez comme suit :
- Protocole : `smtp`
- Hôte : `localhost`
- Port : `25`
- De l'e-mail : `rocketchat@domain.tld`
### Configurer et activer la fédération pour Rocket.Chat
https://support.indie.host/help/fr-fr/13/40
## Documentations et ressources
* Site officiel de l'app : <https://rocket.chat/>
* Documentation officielle utilisateur : <https://docs.rocket.chat/guides/user-guides>
* Documentation officielle de l'admin : <https://docs.rocket.chat/>
* Dépôt de code officiel de l'app : <https://github.com/RocketChat/Rocket.Chat>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_rocketchat>
* Signaler un bug : <https://github.com/YunoHost-Apps/rocketchat_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
ou
sudo yunohost app upgrade rocketchat -u https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>