summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-03-21 12:52:12 +0100
committerMathieu Velten <mathieuv@matrix.org>2023-03-21 12:52:12 +0100
commit6400f0302956986cafac6a99d07d5c3b684989d7 (patch)
treeda342d2bdbfe2faede0cc2481c7a7f49abaaae06 /docs
parentMerge remote-tracking branch 'origin/release-v1.79' into matrix-org-hotfixes (diff)
parentDocument that our Docker images are mirrored to GHCR. (#15282) (diff)
downloadsynapse-6400f0302956986cafac6a99d07d5c3b684989d7.tar.xz
Merge remote-tracking branch 'origin/release-v1.80' into matrix-org-hotfixes
Diffstat (limited to 'docs')
-rw-r--r--docs/setup/installation.md4
-rw-r--r--docs/workers.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md

index d123e339ed..86e506a3e2 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md
@@ -26,8 +26,8 @@ for most users. #### Docker images and Ansible playbooks There is an official synapse image available at -<https://hub.docker.com/r/matrixdotorg/synapse> which can be used with -the docker-compose file available at +<https://hub.docker.com/r/matrixdotorg/synapse> or at [`ghcr.io/matrix-org/synapse`](https://ghcr.io/matrix-org/synapse) +which can be used with the docker-compose file available at [contrib/docker](https://github.com/matrix-org/synapse/tree/develop/contrib/docker). Further information on this including configuration options is available in the README on hub.docker.com. diff --git a/docs/workers.md b/docs/workers.md
index fa536cd310..bf7690f5af 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -231,6 +231,7 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event/ ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$ ^/_matrix/client/v1/rooms/.*/timestamp_to_event$ + ^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) @@ -244,6 +245,7 @@ information. # Registration/login requests ^/_matrix/client/(api/v1|r0|v3|unstable)/login$ ^/_matrix/client/(r0|v3|unstable)/register$ + ^/_matrix/client/(r0|v3|unstable)/register/available$ ^/_matrix/client/v1/register/m.login.registration_token/validity$ # Event sending requests