From f8c9ba20dd43c8988e155ebaeef6afa5a83ee435 Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Mon, 5 May 2025 09:56:24 -0700 Subject: [PATCH] Update README.md --- conf/element/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/conf/element/README.md b/conf/element/README.md index d1db85a..da5d175 100644 --- a/conf/element/README.md +++ b/conf/element/README.md @@ -1,15 +1,6 @@ -# Element and Synapse config directory +# Element -This directory contains the generated config files for Element-web and the Synapse homeserver. - -## Element-web +This directory contains the generated config files for Element-web. `config.json` is the configuration file for Element-web, the web front-end for Matrix chat. Available options can be found in the [official repository](https://github.com/element-hq/element-web/blob/develop/docs/config.md). -## Matrix - -`homeserver.yaml` is the configuration file for the Synapse homeserver, the back end for Matrix based chat. To view all available configuration options you can see the [official documents](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html). - -### Synapse & email - -It is recommended to configure an email account for Synapse, which can be used for email validation, and password resets. To do so, edit `homeserver.yaml` using the options available in the [official docs](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#email), and then reload Synapse.