1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00
This commit is contained in:
ericgaspar 2021-09-01 10:49:48 +02:00 committed by tituspijean
parent 78b8e4fec1
commit 68e69880ea
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/matrix-org/dendrite/archive/v0.4.1.zip SOURCE_URL=https://github.com/matrix-org/dendrite/archive/v0.5.0.zip
SOURCE_SUM=458ef5652003280eb3acb6e7e6f59a6d99a741f6cdd26591612767443dd76451 SOURCE_SUM=0e2923f19c90b808a1cd8bed3649cbd3c6b29ceb9c8d35716c92890a40d70c5b
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

7
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,7 @@
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.

View file

@ -6,7 +6,7 @@
"en": "Matrix homeserver of second generation", "en": "Matrix homeserver of second generation",
"fr": "Serveur Matrix de seconde génération" "fr": "Serveur Matrix de seconde génération"
}, },
"version": "0.4.1~ynh1", "version": "0.5.0~ynh1",
"url": "https://matrix.org/", "url": "https://matrix.org/",
"upstream": { "upstream": {
"license": "Apache-2.0", "license": "Apache-2.0",