Matrix-Synapse-SlidingSync
Docker 应用程序 from Richy1989's Repository
概述
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
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
模板配置
SYNCV3_SERVERVariable
- 价值
- http://192.168.0.10:8008
SYNCV3_SECRETVariable
Create with: openssl rand -hex 32
SYNCV3_BINDADDRVariable
- 默认值
- 0.0.0.0:8009
- 价值
- 0.0.0.0:8009
SYNCV3_DBVariable
- 价值
- user=user dbname=dbname sslmode=disable host=IP port=Port password='password'
PortPorttcp
8009 to not interfere with our default synapse installation on 8008
- 目标
- 8009
- 默认值
- 8009
- 价值
- 8009
详细信息
存储库
ghcr.io/matrix-org/sliding-sync:latest最后更新2026-05-31
初见2024-04-13
在Unraid 上运行 Matrix-Synapse-SlidingSync 。
Matrix-Synapse-SlidingSync 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。