Matrix-Synapse-SlidingSync
Matrix-Synapse-SlidingSync
Docker app from Richy1989's Repository
Overview
Run a sliding sync proxy. An implementation of MSC3575 for you Synapse Backend.
Setup Process:
Requires Postgres 13+.
createdb syncv3
SYNCV3_SERVER Required. The destination homeserver to talk to (CS API HTTPS URL) e.g 'https://matrix-client.matrix.org' (Supports unix socket: /path/to/socket)
SYNCV3_DB Required. The postgres connection string: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
SYNCV3_SECRET Required. A secret to use to encrypt access tokens. Must remain the same for the lifetime of the database.
SYNCV3_BINDADDR Default: 0.0.0.0:8008. The interface and port to listen on. (Supports unix socket: /path/to/socket)
Create the secret with: openssl rand -hex 32
More Information: https://github.com/matrix-org/sliding-sync
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
SYNCV3_SERVERVariable
- Value
- http://192.168.0.10:8008
SYNCV3_SECRETVariable
Create with: openssl rand -hex 32
SYNCV3_BINDADDRVariable
- Default
- 0.0.0.0:8009
- Value
- 0.0.0.0:8009
SYNCV3_DBVariable
- Value
- user=user dbname=dbname sslmode=disable host=IP port=Port password='password'
PortPorttcp
8009 to not interfere with our default synapse installation on 8008
- Target
- 8009
- Default
- 8009
- Value
- 8009
Details
Repository
ghcr.io/matrix-org/sliding-sync:latestLast Updated2026-05-31
First Seen2024-04-13
Run Matrix-Synapse-SlidingSync on Unraid.
Matrix-Synapse-SlidingSync is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.