# Chitchatter pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/chitchatter.svg)](https://dash.yunohost.org/appci/app/chitchatter) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/chitchatter.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/chitchatter.maintain.svg) [![Installer Chitchatter avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=chitchatter) *[Read this readme in english.](./README.md)* > *Ce package vous permet d’installer Chitchatter 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 Chitchatter is a free (as in both price and freedom) communication tool. It is designed with security and privacy in mind. ### Features - Fully open source (licensed under GPL v2) - Peer-to-peer - Encrypted (via WebRTC) - Serverless - Ephemeral - Decentralized **Version incluse :** 1.0~ynh5 **Démo :** https://chitchatter.im/ ## Captures d’écran ![Capture d’écran de Chitchatter](./doc/screenshots/screenshot.png) ## Documentations et ressources * Site officiel de l’app : * Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` bash sudo yunohost app install https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug ou sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug ``` **Plus d’infos sur le packaging d’applications :**