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
conf | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
check_process.default | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Dendrite for 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
- 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
Limitations
- Upstream app still in beta.
Links
- 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/
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