This commit is contained in:
MadLittleMods
2026-04-08 15:17:39 +00:00
parent 5187109d71
commit 9568e7f1d8
111 changed files with 119 additions and 119 deletions
+4 -4
View File
@@ -37,7 +37,7 @@
const path_to_root = "";
const default_light_theme = "light";
const default_dark_theme = "navy";
window.path_to_searchindex_js = "searchindex-e2da9a48.js";
window.path_to_searchindex_js = "searchindex-5ec416dc.js";
</script>
<!-- Start loading toc.js asap -->
<script src="toc-4dc10a98.js"></script>
@@ -241,9 +241,9 @@ a response of <code>+PONG</code>.</p>
virtualenv, these can be installed with:</p>
<pre><code class="language-sh">pip install "matrix-synapse[redis]"
</code></pre>
<p>Note that these dependencies are included when synapse is installed with <code>pip install matrix-synapse[all]</code>. They are also included in the debian packages from
<code>packages.matrix.org</code> and in the docker images at
https://hub.docker.com/r/ectorim/synapse/.</p>
<p>Note that these dependencies are included when Synapse is installed with <code>pip install matrix-synapse[all]</code>. They are also included in the <a href="setup/installation.html#debianubuntu">Debian
packages</a> and in the <a href="setup/installation.html#docker-images-and-ansible-playbooks">Docker
images</a>.</p>
<p>To make effective use of the workers, you will need to configure an HTTP
reverse-proxy such as nginx or haproxy, which will direct incoming requests to
the correct worker, or to the main synapse instance. See