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
2021-01-18 20:42:01 +01:00
conf Use actual app id for the log directory 2021-01-18 20:42:01 +01:00
scripts Fix $registration definition 2021-01-18 20:06:14 +01:00
sources Initial commit 2020-12-16 21:11:31 +01:00
.gitignore Initial commit 2020-12-16 21:11:31 +01:00
check_process Enable registration based of is_public 2021-01-18 18:52:43 +01:00
check_process.default Initial commit 2020-12-16 21:11:31 +01:00
issue_template.md Initial commit 2020-12-16 21:11:31 +01:00
LICENSE Initial commit 2020-12-16 21:11:31 +01:00
manifest.json Enable registration based of is_public 2021-01-18 18:52:43 +01:00
pull_request_template.md Remove instructions on dev CI 2021-01-17 16:45:43 +01:00
README.md MWA: minimally working app 2020-12-16 23:52:21 +01:00

Dendrite for YunoHost

Integration level
Install Dendrite with YunoHost

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.

Shipped version: 0.3.3

⚠️ The upstream app is still in beta. Tread carefully.

Configuration

How to configure this app: from its configuration file.

Documentation

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
  • ARMv8-A - Build Status

Limitations

  • Upstream app still in beta.

Developer info

Only if you want to use a testing branch for coding, instead of merging directly into master. 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