镜像概览

完整引用
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:3773.9 MBsha256:fd166e368505
docker.io/seafileltd/notification-server
:13.0.21
linux/arm64/v8linux/amd64
2026/05/19 14:5278.6 MBsha256:68f0e63578f3
docker.io/seafileltd/notification-server
:13.0-latest
linux/arm64/v8linux/amd64
2026/05/19 14:5278.6 MBsha256:68f0e63578f3
docker.io/seafileltd/notification-server
:13.0.21-arm-testing
linux/arm64/v8
2026/05/19 14:1478.6 MBsha256:68f0e63578f3
docker.io/seafileltd/notification-server
:13.0.21-testing
linux/amd64
2026/05/19 14:1077.4 MBsha256:be7b6c6887b9
docker.io/seafileltd/notification-server
:14.0.0-testing
linux/amd64
2026/04/30 18:1676.3 MBsha256:4b2586706837
docker.io/seafileltd/notification-server
:13.0.10
linux/arm64/v8linux/amd64
2025/09/18 17:5671.2 MBsha256:7d97e2285af8
docker.io/seafileltd/notification-server
:13.0.10-arm-testing
linux/arm64/v8
2025/09/18 16:0071.2 MBsha256:7d97e2285af8
docker.io/seafileltd/notification-server
:13.0.10-testing
linux/amd64
2025/09/18 15:4271.2 MBsha256:a7159d04630b
docker.io/seafileltd/notification-server
:13.0.7
linux/arm64/v8linux/amd64
2025/08/26 14:5869.5 MBsha256:531a1520fd12
docker.io/seafileltd/notification-server
:13.0.7-arm
linux/arm64/v8
2025/08/26 14:4769.5 MBsha256:531a1520fd12
docker.io/seafileltd/notification-server
:13.0.7-arm-testing
linux/arm64/v8
2025/08/26 14:4769.5 MBsha256:531a1520fd12
docker.io/seafileltd/notification-server
:13.0.7-testing
linux/amd64
2025/07/08 10:1969.8 MBsha256:74c31eb6ab13
docker.io/seafileltd/notification-server
:13.0.0-testing
linux/amd64
2025/06/25 18:2434.4 MBsha256:1dd48a01c2a2
docker.io/seafileltd/notification-server
:12.0.11
linux/amd64linux/arm64/v8
2025/03/19 14:5934.4 MBsha256:aaadbf8ab409
docker.io/seafileltd/notification-server
:12.0-latest
linux/amd64linux/arm64/v8
2025/03/19 14:5934.4 MBsha256:aaadbf8ab409
docker.io/seafileltd/notification-server
:12.0.11-arm
linux/arm64/v8
2025/03/18 12:0332.5 MBsha256:89c875c05b9c
docker.io/seafileltd/notification-server
:12.0.10
linux/amd64linux/arm64/v8
2025/03/04 17:4134.4 MBsha256:0a843e594050
docker.io/seafileltd/notification-server
:12.0.10-arm
linux/arm64/v8
2025/03/04 16:0132.5 MBsha256:97e744c0b938
docker.io/seafileltd/notification-server
:12.0.9
linux/amd64linux/arm64/v8
2025/02/28 14:4434.4 MBsha256:99b34774e975