镜像概览
- 完整引用
docker.io/seafileltd/notification-server- Registry
- docker.io
- 命名空间
- seafileltd
- 仓库
- notification-server
- 已缓存 Tag 数
- 28
- 最近同步
- 07/06/2026, 07:04 AM
- 相关主题
简介
Seafile 推送通知服务镜像,向移动端与桌面客户端发送文件变更提醒,需 Seafile 主服务与 Redis 同栈。
详细介绍
seafileltd/notification-server 处理 Seafile 文件同步事件的 push notification 分发。定位为通知 HTTP 微服务,连接 Seafile ccnet 与 Redis 队列;K8s Deployment 与 seafile-server 同 namespace。
快速启动
docker run -d --name seafile-notify \
-p 8083:8083 \
-e SEAFILE_SERVER_URL=http://seafile:80 \
docker.io/seafileltd/notification-server:latest
推荐实践
docker run -d --name seafile-notify \
--restart unless-stopped \
-p 8083:8083 \
-e SEAFILE_SERVER_URL=http://seafile:80 \
-e REDIS_HOST=redis:6379 \
docker.io/seafileltd/notification-server:11.0.0
核心参数说明
-p 8083:8083— 通知服务 HTTP 端口-e SEAFILE_SERVER_URL— Seafile 主服务地址-e REDIS_HOST— 消息队列 Redis- 固定 tag — Seafile 栈 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: seafile-notify
spec:
replicas: 2
selector:
matchLabels:
app: seafile-notify
template:
metadata:
labels:
app: seafile-notify
spec:
containers:
- name: notify
image: docker.io/seafileltd/notification-server:11.0.0
ports:
- containerPort: 8083
envFrom:
- configMapRef:
name: seafile-config
---
apiVersion: v1
kind: Service
metadata:
name: seafile-notify
spec:
selector:
app: seafile-notify
ports:
- port: 8083
targetPort: 8083
Seafile 主服务独立 Deployment。
最新 Tag(20 条)
查看全部 28 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/seafileltd/notification-server :14.0.3-testing | linux/amd64 | 2026/06/15 17:37 | 73.9 MB | sha256:fd166e368505… | |||
docker.io/seafileltd/notification-server :13.0.21 | linux/arm64/v8linux/amd64 | 2026/05/19 14:52 | 78.6 MB | sha256:68f0e63578f3… | |||
docker.io/seafileltd/notification-server :13.0-latest | linux/arm64/v8linux/amd64 | 2026/05/19 14:52 | 78.6 MB | sha256:68f0e63578f3… | |||
docker.io/seafileltd/notification-server :13.0.21-arm-testing | linux/arm64/v8 | 2026/05/19 14:14 | 78.6 MB | sha256:68f0e63578f3… | |||
docker.io/seafileltd/notification-server :13.0.21-testing | linux/amd64 | 2026/05/19 14:10 | 77.4 MB | sha256:be7b6c6887b9… | |||
docker.io/seafileltd/notification-server :14.0.0-testing | linux/amd64 | 2026/04/30 18:16 | 76.3 MB | sha256:4b2586706837… | |||
docker.io/seafileltd/notification-server :13.0.10 | linux/arm64/v8linux/amd64 | 2025/09/18 17:56 | 71.2 MB | sha256:7d97e2285af8… | |||
docker.io/seafileltd/notification-server :13.0.10-arm-testing | linux/arm64/v8 | 2025/09/18 16:00 | 71.2 MB | sha256:7d97e2285af8… | |||
docker.io/seafileltd/notification-server :13.0.10-testing | linux/amd64 | 2025/09/18 15:42 | 71.2 MB | sha256:a7159d04630b… | |||
docker.io/seafileltd/notification-server :13.0.7 | linux/arm64/v8linux/amd64 | 2025/08/26 14:58 | 69.5 MB | sha256:531a1520fd12… | |||
docker.io/seafileltd/notification-server :13.0.7-arm | linux/arm64/v8 | 2025/08/26 14:47 | 69.5 MB | sha256:531a1520fd12… | |||
docker.io/seafileltd/notification-server :13.0.7-arm-testing | linux/arm64/v8 | 2025/08/26 14:47 | 69.5 MB | sha256:531a1520fd12… | |||
docker.io/seafileltd/notification-server :13.0.7-testing | linux/amd64 | 2025/07/08 10:19 | 69.8 MB | sha256:74c31eb6ab13… | |||
docker.io/seafileltd/notification-server :13.0.0-testing | linux/amd64 | 2025/06/25 18:24 | 34.4 MB | sha256:1dd48a01c2a2… | |||
docker.io/seafileltd/notification-server :12.0.11 | linux/amd64linux/arm64/v8 | 2025/03/19 14:59 | 34.4 MB | sha256:aaadbf8ab409… | |||
docker.io/seafileltd/notification-server :12.0-latest | linux/amd64linux/arm64/v8 | 2025/03/19 14:59 | 34.4 MB | sha256:aaadbf8ab409… | |||
docker.io/seafileltd/notification-server :12.0.11-arm | linux/arm64/v8 | 2025/03/18 12:03 | 32.5 MB | sha256:89c875c05b9c… | |||
docker.io/seafileltd/notification-server :12.0.10 | linux/amd64linux/arm64/v8 | 2025/03/04 17:41 | 34.4 MB | sha256:0a843e594050… | |||
docker.io/seafileltd/notification-server :12.0.10-arm | linux/arm64/v8 | 2025/03/04 16:01 | 32.5 MB | sha256:97e744c0b938… | |||
docker.io/seafileltd/notification-server :12.0.9 | linux/amd64linux/arm64/v8 | 2025/02/28 14:44 | 34.4 MB | sha256:99b34774e975… |