mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Auto-update README
This commit is contained in:
parent
72342644f2
commit
47d6de3e75
2 changed files with 71 additions and 32 deletions
55
README.md
55
README.md
|
@ -1,53 +1,42 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Dendrite for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dendrite)  
|
||||
[](https://install-app.yunohost.org/?app=dendrite)
|
||||
|
||||
<!-- *[Lire ce readme en français.](./README_fr.md)* -->
|
||||
*[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 - [](https://ci-apps.yunohost.org/ci/apps/dendrite/)
|
||||
* ARMv8-A - [](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
|
48
README_fr.md
Normal file
48
README_fr.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
# Dendrite pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dendrite)  
|
||||
[](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
|
Loading…
Add table
Reference in a new issue