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
giving admins the power to easily manage an organization-wide
24
+
deployment. It includes advanced identity management, auditing,
25
+
moderation and data retention options as well as Long Term Support and
26
+
SLAs. ESS can be used to support any Matrix-based frontend client.
14
27
15
28
.. contents::
16
29
17
-
Installing and configuration
18
-
============================
30
+
🛠️ Installing and configuration
31
+
===============================
19
32
20
33
The Synapse documentation describes `how to install Synapse <https://element-hq.github.io/synapse/latest/setup/installation.html>`_. We recommend using
21
34
`Docker images <https://element-hq.github.io/synapse/latest/setup/installation.html#docker-images-and-ansible-playbooks>`_ or `Debian packages from Matrix.org
@@ -105,8 +118,8 @@ Following this advice ensures that even if an XSS is found in Synapse, the
105
118
impact to other applications will be minimal.
106
119
107
120
108
-
Testing a new installation
109
-
==========================
121
+
🧪 Testing a new installation
122
+
============================
110
123
111
124
The easiest way to try out your new Synapse installation is by connecting to it
112
125
from a web client.
@@ -159,8 +172,20 @@ the form of::
159
172
As when logging in, you will need to specify a "Custom server". Specify your
160
173
desired ``localpart`` in the 'User name' box.
161
174
162
-
Troubleshooting and support
163
-
===========================
175
+
🎯 Troubleshooting and support
176
+
=============================
177
+
178
+
🚀 Professional support
179
+
----------------------
180
+
181
+
Enterprise quality support for Synapse including SLAs is available as part of an
182
+
`Element Server Suite (ESS) <https://element.io/pricing>` subscription.
183
+
184
+
If you are an existing ESS subscriber then you can raise a `support request <https://ems.element.io/support>`
185
+
and access the `knowledge base <https://ems-docs.element.io>`.
186
+
187
+
🤝 Community support
188
+
-------------------
164
189
165
190
The `Admin FAQ <https://element-hq.github.io/synapse/latest/usage/administration/admin_faq.html>`_
166
191
includes tips on dealing with some common problems. For more details, see
@@ -176,8 +201,8 @@ issues for support requests, only for bug reports and feature requests.
176
201
.. |docs| replace:: ``docs``
177
202
.. _docs: docs
178
203
179
-
Identity Servers
180
-
================
204
+
🪪 Identity Servers
205
+
==================
181
206
182
207
Identity servers have the job of mapping email addresses and other 3rd Party
183
208
IDs (3PIDs) to Matrix user IDs, as well as verifying the ownership of 3PIDs
@@ -206,8 +231,8 @@ an email address with your account, or send an invite to another user via their
206
231
email address.
207
232
208
233
209
-
Development
210
-
===========
234
+
🛠️ Development
235
+
==============
211
236
212
237
We welcome contributions to Synapse from the community!
213
238
The best place to get started is our
@@ -225,8 +250,8 @@ Alongside all that, join our developer community on Matrix:
225
250
`#synapse-dev:matrix.org <https://matrix.to/#/#synapse-dev:matrix.org>`_, featuring real humans!
0 commit comments