Overview

Full name
docker.io/madrays/sun-panel-helper
Registry
docker.io
Namespace
madrays
Repository
sun-panel-helper
Cached tags
15
Last synced
07/13/2026, 02:22 PM

Introduction

Sun Panel Helper 镜像,Sun-Panel 导航面板辅助服务,Homelab 服务聚合首页图标管理与状态检测组件。

Details

madrays/sun-panel-helper 运行 Sun Panel 导航面板的辅助服务,提供服务图标管理、状态检测与面板扩展功能。定位为 Sun-Panel 配套辅助组件,需 sun-panel 主程序;Homelab 服务导航聚合、内网门户图标管理或 Sun-Panel 生态扩展服务。

快速启动

docker run -d --name sun-panel-helper \
  -p 3002:3002 \
  docker.io/madrays/sun-panel-helper:latest

推荐实践

docker run -d --name sun-panel-helper \
  --restart unless-stopped \
  -p 3002:3002 \
  -v /data/sun-panel-helper:/data \
  docker.io/madrays/sun-panel-helper:1.0.0

核心参数说明

  • -p 3002:3002 — Helper API 端口
  • -v .../data:... — 配置持久化
  • 配对 — Sun-Panel 主面板
  • 访问 — 限内网 Homelab

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: sun-panel-helper
spec:
  replicas: 1
  selector:
    matchLabels:
      app: sun-panel-helper
  template:
    metadata:
      labels:
        app: sun-panel-helper
    spec:
      containers:
        - name: helper
          image: docker.io/madrays/sun-panel-helper:1.0.0
          ports:
            - containerPort: 3002
          volumeMounts:
            - name: data
              mountPath: /data
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: sun-panel-helper-data
---
apiVersion: v1
kind: Service
metadata:
  name: sun-panel-helper
spec:
  selector:
    app: sun-panel-helper
  ports:
    - port: 3002
      targetPort: 3002

与 Sun-Panel 同 namespace。

Latest tags (20)

View all 15 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/madrays/sun-panel-helper
:latest
linux/amd64linux/arm64
2026/02/25 00:5362.2 MBsha256:fa9b969b87c8
docker.io/madrays/sun-panel-helper
:v2.1.0
linux/amd64linux/arm64
2026/02/25 00:5362.2 MBsha256:fa9b969b87c8
docker.io/madrays/sun-panel-helper
:v2.0.9
linux/amd64linux/arm64
2025/12/15 00:0261.8 MBsha256:75a97f1a9828
docker.io/madrays/sun-panel-helper
:v2.0.8
linux/amd64linux/arm64
2025/12/14 00:2561.8 MBsha256:2d28e3bb7c33
docker.io/madrays/sun-panel-helper
:v2.0.7
linux/amd64linux/arm64
2025/04/20 00:2567.5 MBsha256:bd1136781f63
docker.io/madrays/sun-panel-helper
:v2.0.6
linux/amd64linux/arm64
2025/03/05 19:2866.8 MBsha256:b5da05737301
docker.io/madrays/sun-panel-helper
:v2.0.5
linux/amd64linux/arm64
2025/03/05 01:5766.8 MBsha256:ba009aed7224
docker.io/madrays/sun-panel-helper
:v2.0.4
linux/amd64linux/arm64
2025/03/01 22:460.0 MBsha256:292d667b27ea
docker.io/madrays/sun-panel-helper
:v2.0.3
linux/amd64linux/arm64
2025/02/26 01:1554.5 MBsha256:b00124a090c3
docker.io/madrays/sun-panel-helper
:v2.0.2
linux/amd64linux/arm64
2025/02/10 00:0254.4 MBsha256:285d039464ff
docker.io/madrays/sun-panel-helper
:v2.0.1
linux/amd64linux/arm64
2025/02/09 11:3954.4 MBsha256:78829dbc8674
docker.io/madrays/sun-panel-helper
:v2.0.0
linux/amd64
2025/02/03 16:4649.8 MBsha256:e9a4e3a38ca6
docker.io/madrays/sun-panel-helper
:v1.7.1
linux/amd64
2025/01/17 17:4153.1 MBsha256:b19dca844804
docker.io/madrays/sun-panel-helper
:v1.7
linux/amd64
2025/01/09 19:1852.9 MBsha256:49a40872496a
docker.io/madrays/sun-panel-helper
:v1.6
linux/amd64
2025/01/09 08:3851.9 MBsha256:5dbe564253f2