镜像概览
- 完整引用
docker.io/awesometechnologies/synapse-admin- Registry
- docker.io
- 命名空间
- awesometechnologies
- 仓库
- synapse-admin
- 已缓存 Tag 数
- 47
- 最近同步
- 07/06/2026, 03:36 PM
简介
Synapse Admin Matrix 服务器 Web 管理界面,用于用户、房间与联邦配置管理,需连接 Synapse Admin API,无状态前端组件。
详细介绍
awesometechnologies/synapse-admin 是 Matrix Synapse 的浏览器管理台,管理员通过 Synapse Admin REST API 管理用户、房间与媒体。镜像为静态 Web 前端,经 env 配置 SYNAPSE_URL 与 admin token;不可脱离 Synapse homeserver 运行。与 Element 客户端互补;生产应固定 tag、HTTPS Ingress,并将 admin access token 经 Secret 注入且限制 IP。
快速启动
docker run -d --name synapse-admin \
-p 8080:80 \
-e REACT_APP_SERVER=https://matrix.example.com \
docker.io/awesometechnologies/synapse-admin:latest
推荐实践
docker run -d --name synapse-admin \
--restart unless-stopped \
-p 8080:80 \
-e REACT_APP_SERVER=https://matrix.internal \
-e TZ=Asia/Shanghai \
docker.io/awesometechnologies/synapse-admin:0.9.0
核心参数说明
-p 8080:80— 管理 Web UI 端口-e REACT_APP_SERVER— Synapse Client-Server API 基址-e TZ— 界面时间显示时区--restart unless-stopped— 管理台持续可用- 固定 tag — 与 Synapse Admin API 版本兼容
- 鉴权 — 浏览器内登录 Matrix 管理员账户
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: synapse-admin
spec:
replicas: 2
selector:
matchLabels:
app: synapse-admin
template:
metadata:
labels:
app: synapse-admin
spec:
containers:
- name: admin
image: docker.io/awesometechnologies/synapse-admin:0.9.0
ports:
- containerPort: 80
env:
- name: REACT_APP_SERVER
value: https://matrix.example.com
---
apiVersion: v1
kind: Service
metadata:
name: synapse-admin
spec:
selector:
app: synapse-admin
ports:
- port: 80
targetPort: 80
无状态可 HPA;Ingress 限制管理来源,Synapse 与 admin API 同域或 CORS 已配置。
最新 Tag(20 条)
查看全部 47 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/awesometechnologies/synapse-admin :master | linux/amd64linux/arm64 | 2026/04/15 17:54 | 27.5 MB | sha256:ceb563d5f8b4… | |||
docker.io/awesometechnologies/synapse-admin :latest | linux/amd64linux/arm64 | 2026/03/08 03:57 | 25.2 MB | sha256:53c5015a5e5e… | |||
docker.io/awesometechnologies/synapse-admin :0.11.4 | linux/amd64linux/arm64 | 2026/03/08 03:57 | 25.2 MB | sha256:53c5015a5e5e… | |||
docker.io/awesometechnologies/synapse-admin :0.11.3 | linux/amd64linux/arm64 | 2026/03/08 01:29 | 25.2 MB | sha256:e8c73744a297… | |||
docker.io/awesometechnologies/synapse-admin :0.11.2 | linux/amd64linux/arm64 | 2026/03/04 05:59 | 25.2 MB | sha256:1eeb44a88714… | |||
docker.io/awesometechnologies/synapse-admin :0.11.1 | linux/amd64linux/arm64 | 2025/06/02 21:00 | 20.4 MB | sha256:ed944a260afb… | |||
docker.io/awesometechnologies/synapse-admin :amp.chat | linux/amd64linux/arm64 | 2025/05/23 05:18 | 23.5 MB | sha256:6e85a231421a… | |||
docker.io/awesometechnologies/synapse-admin :AMP_2022.02.1 | linux/amd64linux/arm64 | 2025/05/23 05:18 | 23.5 MB | sha256:f73f2cbf0474… | |||
docker.io/awesometechnologies/synapse-admin :0.11.0 | linux/amd64linux/arm64 | 2025/05/20 23:18 | 20.4 MB | sha256:4e349d3db8d9… | |||
docker.io/awesometechnologies/synapse-admin :AMP_2022.02 | linux/amd64 | 2025/05/20 23:16 | 23.5 MB | sha256:bc082cd7d514… | |||
docker.io/awesometechnologies/synapse-admin :AMP_2021.12 | linux/amd64 | 2025/05/20 23:16 | 23.5 MB | sha256:fca8c21e2f0a… | |||
docker.io/awesometechnologies/synapse-admin :0.10.4 | linux/amd64linux/arm64 | 2025/05/10 00:06 | 20.4 MB | sha256:bb596ea062a3… | |||
docker.io/awesometechnologies/synapse-admin :0.10.3 | linux/amd64linux/arm64 | 2024/07/19 02:33 | 17.9 MB | sha256:b8246080ffaa… | |||
docker.io/awesometechnologies/synapse-admin :0.10.2 | linux/amd64linux/arm64 | 2024/07/09 17:13 | 17.9 MB | sha256:98de747c7e85… | |||
docker.io/awesometechnologies/synapse-admin :0.10.1 | linux/amd64linux/arm64 | 2024/04/24 23:36 | 19.8 MB | sha256:34ee9024e1ce… | |||
docker.io/awesometechnologies/synapse-admin :0.10.0 | linux/amd64linux/arm64 | 2024/04/23 18:41 | 16.4 MB | sha256:ccbc1371ff8b… | |||
docker.io/awesometechnologies/synapse-admin :0.9.4 | linux/amd64linux/arm64 | 2024/04/22 16:29 | 17.6 MB | sha256:363198e74ec4… | |||
docker.io/awesometechnologies/synapse-admin :0.9.2 | linux/amd64linux/arm64 | 2024/04/17 21:30 | 18.7 MB | sha256:6a8afab22b72… | |||
docker.io/awesometechnologies/synapse-admin :0.9.1 | linux/amd64linux/arm64 | 2024/02/08 22:17 | 18.7 MB | sha256:ec345fbb76c3… | |||
docker.io/awesometechnologies/synapse-admin :0.9.0 | linux/amd64linux/arm64 | 2024/02/05 23:17 | 19.0 MB | sha256:4a7a5564067c… |