diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-07 10:20:19 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-07 10:20:19 +0000 |
commit | 8f5393db5f4d615452dcc807ddafd4841d9abd5b (patch) | |
tree | c6273e79a9315fbe854fcb192f064009ed23a18a | |
parent | 5d65a879a55e216e047574f54f69e55724546ec4 (diff) |
Update FAQ
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | docs/FAQ.md | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -8,7 +8,6 @@ It intends to provide an **efficient**, **reliable** and **scalable** alternativ a [brand new Go test suite](https://github.com/matrix-org/complement). - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. - As of October 2020, Dendrite has now entered **beta** which means: - Dendrite is ready for early adopters. We recommend running in Monolith mode with a PostgreSQL database. - Dendrite has periodic semver releases. We intend to release new versions as we land significant features. @@ -24,7 +23,7 @@ This does not mean: Currently, we expect Dendrite to function well for small (10s/100s of users) homeserver deployments as well as P2P Matrix nodes in-browser or on mobile devices. In the future, we will be able to scale up to gigantic servers (equivalent to matrix.org) via polylith mode. -Join us in: +If you have further questions, please take a look at [our FAQ](docs/FAQ.md) or join us in: - **[#dendrite:matrix.org](https://matrix.to/#/#dendrite:matrix.org)** - General chat about the Dendrite project, for users and server admins alike - **[#dendrite-dev:matrix.org](https://matrix.to/#/#dendrite-dev:matrix.org)** - The place for developers, where all Dendrite development discussion happens diff --git a/docs/FAQ.md b/docs/FAQ.md index 9267aed3..37c6b34c 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -12,6 +12,10 @@ No, although a good portion of the Matrix specification has been implemented. Mo No, not at present. There will be in the future when Dendrite reaches version 1.0. +### Should I run a monolith or a polylith deployment? + +Monolith deployments are always preferred where possible, and at this time, are far better tested than polylith deployments are. The only reason to consider a polylith deployment is if you wish to run different Dendrite components on separate physical machines. + ### I've installed Dendrite but federation isn't working Check the [Federation Tester](https://federationtester.matrix.org). You need at least: |