https://github.com/yunohost-apps/dendrite_ynh
Matrix homeserver of second-generation, packaged for YunoHost
https://github.com/yunohost-apps/dendrite_ynh
dendrite matrix yunohost yunohost-apps
Last synced: 6 months ago
JSON representation
Matrix homeserver of second-generation, packaged for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/dendrite_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2020-12-16T20:11:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T01:29:41.000Z (7 months ago)
- Last Synced: 2025-03-23T02:26:10.202Z (7 months ago)
- Topics: dendrite, matrix, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 360 KB
- Stars: 17
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dendrite for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/dendrite/)

[](https://install-app.yunohost.org/?app=dendrite)
*[Read this README in other languages.](./ALL_README.md)*
> *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:
### 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.14.1~ynh3
## :red_circle: Antifeatures- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/dendrite_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
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:**