Matrix-Synapse-SlidingSync
Matrix-Synapse-SlidingSync
Docker-Anwendung from Richy1989's Repository
Übersicht
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
Laufzeit-Argumente
- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
SYNCV3_SERVERVariable
- Wert
- http://192.168.0.10:8008
SYNCV3_SECRETVariable
Create with: openssl rand -hex 32
SYNCV3_BINDADDRVariable
- Standard
- 0.0.0.0:8009
- Wert
- 0.0.0.0:8009
SYNCV3_DBVariable
- Wert
- user=user dbname=dbname sslmode=disable host=IP port=Port password='password'
PortPorttcp
8009 to not interfere with our default synapse installation on 8008
- Ziel
- 8009
- Standard
- 8009
- Wert
- 8009
Einzelheiten
Repository
ghcr.io/matrix-org/sliding-sync:latestZuletzt aktualisiert2026-05-31
Erstmals gesehen2024-04-13
Führen Sie Matrix-Synapse-SlidingSync auf Unraid aus.
Matrix-Synapse-SlidingSync ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.