From 58b02bc8406e61c30e232414e0cb4488f5cc5b59 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 30 Jun 2021 15:02:02 +0000 Subject: [PATCH] Auto-update README --- README.md | 73 ++++++++++++++++------------------------------------ README_fr.md | 44 +++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 51 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index d86ec8d..2fdca0b 100644 --- a/README.md +++ b/README.md @@ -1,69 +1,38 @@ + + # RocketChat for YunoHost [![Integration level](https://dash.yunohost.org/integration/rocketchat.svg)](https://dash.yunohost.org/appci/app/rocketchat) ![](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg) -[![Install rocketchat with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat) +[![Install RocketChat with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat) *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install rocketchat quickly and simply on a YunoHost server. +> *This package allows you to install RocketChat 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.* ## Overview -Quick description of this app. -**Shipped version:** 3.12.0 +the ultimate chat platform + +**Shipped version:** 3.16.0~ynh1 + +**Demo:** https://cloud.rocket.chat/trial ## Screenshots -![](Link to a screenshot of this app.) +![](./doc/screenshots/screenshot.jpg) -## Demo +## Documentation and resources -* [Official demo](Link to a demo site for this app.) - -## Configuration - -How to configure this app: From an admin panel, a plain file with SSH, or any other way. - -## Documentation - - * Official documentation: Link to the official documentation of this app - * YunoHost documentation: If specific documentation is needed, feel free to contribute. - -## YunoHost specific features - -#### Multi-user support - -Are LDAP and HTTP auth supported? -Can the app be used by multiple users? - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/rocketchat%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/rocketchat/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/rocketchat%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/rocketchat/) - -## Limitations - -* Any known limitations. - -## Additional information - -* Other info you would like to add about this app. - -#### Supported architectures - -* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/rocketchat%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/rocketchat/) -* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/rocketchat%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/rocketchat/) -* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/rocketchat%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/rocketchat/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/rocketchat_ynh/issues - * App website: https://rocket.chat/ - * Upstream app repository: https://github.com/RocketChat/Rocket.Chat - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://rocket.chat/ +* Official user documentation: https://yunohost.org/apps +* Official admin documentation: https://docs.rocket.chat/ +* Upstream app code repository: https://github.com/RocketChat/Rocket.Chat +* YunoHost documentation for this app: https://yunohost.org/app_rocketchat +* Report a bug: https://github.com/YunoHost-Apps/rocketchat_ynh/issues ## Developer info @@ -75,3 +44,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/rocketchat_ynh/tree/t or sudo yunohost app upgrade rocketchat -u https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..7dcbd21 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,44 @@ +# RocketChat pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/rocketchat.svg)](https://dash.yunohost.org/appci/app/rocketchat) ![](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg) +[![Installer RocketChat 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)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer RocketChat 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 + +the ultimate chat platform + +**Version incluse :** 3.16.0~ynh1 + +**Démo :** https://cloud.rocket.chat/trial + +## Captures d'écran + +![](./doc/screenshots/screenshot.jpg) + +## Documentations et ressources + +* Site officiel de l'app : https://rocket.chat/ +* Documentation officielle utilisateur : https://yunohost.org/apps +* 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. +``` +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 \ No newline at end of file