From 47d6de3e759b2e1b157eac664b4e06610c4644b7 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 29 Jul 2021 21:34:10 +0000 Subject: [PATCH] Auto-update README --- README.md | 55 ++++++++++++++++++++++------------------------------ README_fr.md | 48 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 32 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 5d455b5..d512007 100644 --- a/README.md +++ b/README.md @@ -1,53 +1,42 @@ + + # Dendrite for YunoHost [![Integration level](https://dash.yunohost.org/integration/dendrite.svg)](https://dash.yunohost.org/appci/app/dendrite) ![](https://ci-apps.yunohost.org/ci/badges/dendrite.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dendrite.maintain.svg) [![Install Dendrite with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dendrite) - +*[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Dendrite quickly and simply on a YunoHost server. +> *This package allows you to install Dendrite 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 -Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse. -**Shipped version:** 0.3.11 +Matrix homeserver of second generation + +**Shipped version:** 0.4.1~ynh1 + + + +## Disclaimers / important information :warning: The upstream app is still in beta. Tread carefully. -## Configuration - -How to configure this app: from its configuration file. - -## Documentation - - * Official documentation: https://github.com/matrix-org/dendrite/tree/master/docs - * YunoHost documentation: If specific documentation is needed, feel free to contribute. - -## YunoHost specific features - -#### Multi-user support - - * Are LDAP and HTTP auth supported? Not yet. - * Can the app be used by multiple users? Yes. - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/dendrite%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/dendrite/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/dendrite%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/dendrite/) - ## Limitations * Upstream app still in beta. -## Links +## Documentation and resources - * Report a bug: https://github.com/YunoHost-Apps/dendrite_ynh/issues - * App website: https://matrix.org/docs/projects/server/dendrite - * Upstream app repository: https://github.com/matrix-org/dendrite - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://matrix.org/ +* Official user documentation: https://yunohost.org/apps +* Official admin documentation: https://github.com/matrix-org/dendrite/tree/master/docs +* Upstream app code repository: https://github.com/matrix-org/dendrite +* YunoHost documentation for this app: https://yunohost.org/app_dendrite +* Report a bug: https://github.com/YunoHost-Apps/dendrite_ynh/issues ## Developer info @@ -59,3 +48,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/dendrite_ynh/tree/tes or sudo yunohost app upgrade dendrite -u https://github.com/YunoHost-Apps/dendrite_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..ee31f88 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,48 @@ +# Dendrite pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/dendrite.svg)](https://dash.yunohost.org/appci/app/dendrite) ![](https://ci-apps.yunohost.org/ci/badges/dendrite.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dendrite.maintain.svg) +[![Installer Dendrite avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dendrite) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Dendrite 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 + +Serveur Matrix de seconde génération + +**Version incluse :** 0.4.1~ynh1 + + + +## Avertissements / informations importantes + +:warning: The upstream app is still in beta. Tread carefully. + +## Limitations + +* Upstream app still in beta. + +## Documentations et ressources + +* Site officiel de l'app : https://matrix.org/ +* Documentation officielle utilisateur : https://yunohost.org/apps +* Documentation officielle de l'admin : https://github.com/matrix-org/dendrite/tree/master/docs +* Dépôt de code officiel de l'app : https://github.com/matrix-org/dendrite +* Documentation YunoHost pour cette app : https://yunohost.org/app_dendrite +* Signaler un bug : https://github.com/YunoHost-Apps/dendrite_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dendrite_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/dendrite_ynh/tree/testing --debug +ou +sudo yunohost app upgrade dendrite -u https://github.com/YunoHost-Apps/dendrite_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file