You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dendrite is a second-generation Matrix homeserver written in Go.
6
6
It intends to provide an **efficient**, **reliable** and **scalable** alternative to [Synapse](https://github.com/matrix-org/synapse):
@@ -47,7 +47,7 @@ For a usable federating Dendrite deployment, you will also need:
47
47
Also recommended are:
48
48
49
49
- A PostgreSQL database engine, which will perform better than SQLite with many users and/or larger rooms
50
-
- A reverse proxy server, such as nginx, configured [like this sample](https://github.com/matrix-org/dendrite/blob/main/docs/nginx/dendrite-sample.conf)
50
+
- A reverse proxy server, such as nginx, configured [like this sample](https://github.com/element-hq/dendrite/blob/main/docs/nginx/dendrite-sample.conf)
51
51
52
52
The [Federation Tester](https://federationtester.matrix.org) can be used to verify your deployment.
53
53
@@ -58,7 +58,7 @@ If you wish to build a fully-federating Dendrite instance, see [the Installation
58
58
The following instructions are enough to get Dendrite started as a non-federating test deployment using self-signed certificates and SQLite databases:
Copy file name to clipboardExpand all lines: clientapi/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This component roughly corresponds to "Client Room Send" and "Client Sync" on [the WIRING diagram](https://github.com/matrix-org/dendrite/blob/master/WIRING.md).
1
+
This component roughly corresponds to "Client Room Send" and "Client Sync" on [the WIRING diagram](https://github.com/element-hq/dendrite/blob/master/WIRING.md).
Copy file name to clipboardExpand all lines: docs/FAQ.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ Mostly, although there are still bugs and missing features. If you are a confide
18
18
19
19
## Is Dendrite feature-complete?
20
20
21
-
No, although a good portion of the Matrix specification has been implemented. Mostly missing are client features - see the [readme](https://github.com/matrix-org/dendrite/blob/main/README.md) at the root of the repository for more information.
21
+
No, although a good portion of the Matrix specification has been implemented. Mostly missing are client features - see the [readme](https://github.com/element-hq/dendrite/blob/main/README.md) at the root of the repository for more information.
22
22
23
23
## Why doesn't Dendrite have "x" yet?
24
24
25
-
Dendrite development is currently supported by a small team of developers and due to those limited resources, the majority of the effort is focused on getting Dendrite to be
26
-
specification complete. If there are major features you're requesting (e.g. new administration endpoints), we'd like to strongly encourage you to join the community in supporting
27
-
the development efforts through [contributing](./development/CONTRIBUTING.md).
25
+
Dendrite development is currently supported by a small team of developers and due to those limited resources, the majority of the effort is focused on getting Dendrite to be
26
+
specification complete. If there are major features you're requesting (e.g. new administration endpoints), we'd like to strongly encourage you to join the community in supporting
27
+
the development efforts through [contributing](./development/CONTRIBUTING.md).
28
28
29
29
## Is there a migration path from Synapse to Dendrite?
30
30
@@ -37,7 +37,7 @@ No, Dendrite has a very different database schema to Synapse and the two are not
37
37
38
38
## Can I configure which port Dendrite listens on?
39
39
40
-
Yes, use the cli flag `-http-bind-address`.
40
+
Yes, use the cli flag `-http-bind-address`.
41
41
42
42
## I've installed Dendrite but federation isn't working
43
43
@@ -130,9 +130,9 @@ We don't officially support this or any other dedicated media storage solutions.
130
130
131
131
## Is there an upgrade guide for Dendrite?
132
132
133
-
Run a newer docker image. We don't officially support deployments other than Docker.
134
-
Most of the time you should be able to just
135
-
- stop
133
+
Run a newer docker image. We don't officially support deployments other than Docker.
0 commit comments