1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00
Matrix homeserver of second-generation, packaged for YunoHost
Find a file
2024-03-11 15:40:27 +01:00
.github v2 2023-04-03 22:20:38 +02:00
conf Give higher .well-known priority vs nextcloud 2024-02-13 21:01:37 +01:00
doc Fix doc/PRE_INSTALL 2023-08-26 19:40:55 +00:00
scripts [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 2024-03-11 15:40:27 +01:00
.gitignore Initial commit 2020-12-16 21:11:31 +01:00
config_panel.toml Warning for double quotes in password while we found an escaping method 2023-09-26 22:12:33 +02:00
LICENSE upgrade sources 2021-05-01 21:47:44 +02:00
manifest.toml Bump package version 2024-02-14 10:34:56 +01:00
README.md Auto-update README 2024-02-14 09:34:59 +00:00
README_fr.md Auto-update README 2024-02-14 09:34:59 +00:00
tests.toml Fix tests.toml 2023-08-26 16:13:03 +00:00

Dendrite for YunoHost

Integration level Working status Maintenance status

Install Dendrite with YunoHost

Lire ce readme en français.

This package allows you to install Dendrite quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide 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:

Features

  • Efficient: A small memory footprint with better baseline performance than an out-of-the-box Synapse.
  • Reliable: Implements the Matrix specification as written, using the same test suite as Synapse as well as a brand new Go test suite.
  • Scalable: can run on multiple machines and eventually scale to massive homeserver deployments.

Shipped version: 0.13.6~ynh2

🔴 Antifeatures

  • Alpha software: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/dendrite_ynh/tree/testing --debug
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