From 8f5393db5f4d615452dcc807ddafd4841d9abd5b Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 7 Dec 2020 10:20:19 +0000 Subject: [PATCH] Update FAQ --- README.md | 3 +-- docs/FAQ.md | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40fd69ead..7d79bbff0 100644 --- a/README.md +++ b/README.md @@ -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 9267aed32..37c6b34c5 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: