Overview
- Full name
docker.io/matrixdotorg/synapse- Registry
- docker.io
- Namespace
- matrixdotorg
- Repository
- synapse
- Cached tags
- 1513
- Last synced
- 07/05/2026, 09:17 AM
- Topics
Introduction
Matrix Synapse homeserver 镜像,去中心化即时通讯协议服务端,Element 客户端配套的自建聊天/协作 IM 服务器。
Details
matrixdotorg/synapse 运行 Matrix Synapse homeserver,提供去中心化 IM 协议服务端,支持 Element/Riot 等客户端接入。定位为 Matrix IM 服务端,需 PostgreSQL 与域名/TLS;企业 Slack/Teams 替代、开源社区聊天或隐私优先即时通讯私有化。
快速启动
docker run -d --name synapse \
-p 8008:8008 \
-v /data/synapse:/data \
docker.io/matrixdotorg/synapse:latest
推荐实践
docker run -d --name synapse \
--restart unless-stopped \
-p 8008:8008 \
-e SYNAPSE_SERVER_NAME=matrix.example.com \
-e SYNAPSE_REPORT_STATS=no \
-v /data/synapse:/data \
docker.io/matrixdotorg/synapse:v1.120.0
核心参数说明
-p 8008:8008— Client-Server APISYNAPSE_SERVER_NAME— Matrix 域名-v .../data:...— 配置与媒体持久化- DB — 生产需 PostgreSQL
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: synapse
spec:
replicas: 1
selector:
matchLabels:
app: synapse
template:
metadata:
labels:
app: synapse
spec:
containers:
- name: synapse
image: docker.io/matrixdotorg/synapse:v1.120.0
ports:
- containerPort: 8008
envFrom:
- secretRef:
name: synapse-env
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: synapse-data
---
apiVersion: v1
kind: Service
metadata:
name: synapse
spec:
selector:
app: synapse
ports:
- port: 8008
targetPort: 8008
Ingress + TLS;Federation 需 8448 端口。
Latest tags (20)
View all 1513 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/matrixdotorg/synapse :sha-7bc2b93 | linux/arm64linux/amd64 | 2026/06/26 16:38 | 103.3 MB | sha256:331c41370196… | |||
docker.io/matrixdotorg/synapse :develop | linux/arm64linux/amd64 | 2026/06/26 16:38 | 103.3 MB | sha256:331c41370196… | |||
docker.io/matrixdotorg/synapse :sha-2bb3aac | linux/arm64linux/amd64 | 2026/06/26 01:06 | 103.3 MB | sha256:f9b59ebf0ede… | |||
docker.io/matrixdotorg/synapse :sha-4e9f775 | linux/arm64linux/amd64 | 2026/06/25 05:19 | 103.3 MB | sha256:638831855437… | |||
docker.io/matrixdotorg/synapse :sha-c386ab8 | linux/arm64linux/amd64 | 2026/06/25 04:18 | 103.3 MB | sha256:c8d18dc6c94e… | |||
docker.io/matrixdotorg/synapse :sha-d304743 | linux/amd64linux/arm64 | 2026/06/25 04:15 | 105.4 MB | sha256:91b1e10c1fec… | |||
docker.io/matrixdotorg/synapse :sha-732de34 | linux/arm64linux/amd64 | 2026/06/25 04:15 | 103.3 MB | sha256:6f88af706187… | |||
docker.io/matrixdotorg/synapse :sha-98d28b8 | linux/arm64linux/amd64 | 2026/06/25 03:04 | 103.3 MB | sha256:6f115e2575f9… | |||
docker.io/matrixdotorg/synapse :sha-287195d | linux/amd64linux/arm64 | 2026/06/24 20:50 | 105.7 MB | sha256:1a07eead5865… | |||
docker.io/matrixdotorg/synapse :sha-5248ea0 | linux/amd64linux/arm64 | 2026/06/24 19:42 | 105.7 MB | sha256:938aeeceb292… | |||
docker.io/matrixdotorg/synapse :sha-16fe5fb | linux/amd64linux/arm64 | 2026/06/23 21:08 | 105.7 MB | sha256:c72613354b19… | |||
docker.io/matrixdotorg/synapse :sha-047d9c4 | linux/arm64linux/amd64 | 2026/06/23 20:49 | 103.5 MB | sha256:b3b898944586… | |||
docker.io/matrixdotorg/synapse :sha-6d289f7 | linux/arm64linux/amd64 | 2026/06/23 19:35 | 103.5 MB | sha256:7b10da2a6ec4… | |||
docker.io/matrixdotorg/synapse :sha-1f0c2bc | linux/arm64linux/amd64 | 2026/06/22 17:00 | 103.5 MB | sha256:91429cfd4fc4… | |||
docker.io/matrixdotorg/synapse :sha-42138ad | linux/amd64linux/arm64 | 2026/06/20 11:25 | 105.7 MB | sha256:7bfb8d52d2c5… | |||
docker.io/matrixdotorg/synapse :sha-86c6a6c | linux/arm64linux/amd64 | 2026/06/19 22:26 | 103.5 MB | sha256:f04bf5d1dd54… | |||
docker.io/matrixdotorg/synapse :sha-d3fc819 | linux/amd64linux/arm64 | 2026/06/19 01:40 | 105.7 MB | sha256:e7e1fa0cd975… | |||
docker.io/matrixdotorg/synapse :sha-b38106d | linux/arm64linux/amd64 | 2026/06/18 23:25 | 103.5 MB | sha256:d712d4c539ca… | |||
docker.io/matrixdotorg/synapse :sha-8cdac52 | linux/arm64linux/amd64 | 2026/06/18 22:51 | 103.5 MB | sha256:2160d67d41cb… | |||
docker.io/matrixdotorg/synapse :sha-2487b31 | linux/arm64linux/amd64 | 2026/06/18 21:31 | 103.5 MB | sha256:407bdfe1a8d8… |