镜像概览
- 完整引用
docker.io/madrays/sun-panel-helper- Registry
- docker.io
- 命名空间
- madrays
- 仓库
- sun-panel-helper
- 已缓存 Tag 数
- 15
- 最近同步
- 07/13/2026, 02:22 PM
简介
Sun Panel Helper 镜像,Sun-Panel 导航面板辅助服务,Homelab 服务聚合首页图标管理与状态检测组件。
详细介绍
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。
最新 Tag(20 条)
查看全部 15 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/madrays/sun-panel-helper :latest | linux/amd64linux/arm64 | 2026/02/25 00:53 | 62.2 MB | sha256:fa9b969b87c8… | |||
docker.io/madrays/sun-panel-helper :v2.1.0 | linux/amd64linux/arm64 | 2026/02/25 00:53 | 62.2 MB | sha256:fa9b969b87c8… | |||
docker.io/madrays/sun-panel-helper :v2.0.9 | linux/amd64linux/arm64 | 2025/12/15 00:02 | 61.8 MB | sha256:75a97f1a9828… | |||
docker.io/madrays/sun-panel-helper :v2.0.8 | linux/amd64linux/arm64 | 2025/12/14 00:25 | 61.8 MB | sha256:2d28e3bb7c33… | |||
docker.io/madrays/sun-panel-helper :v2.0.7 | linux/amd64linux/arm64 | 2025/04/20 00:25 | 67.5 MB | sha256:bd1136781f63… | |||
docker.io/madrays/sun-panel-helper :v2.0.6 | linux/amd64linux/arm64 | 2025/03/05 19:28 | 66.8 MB | sha256:b5da05737301… | |||
docker.io/madrays/sun-panel-helper :v2.0.5 | linux/amd64linux/arm64 | 2025/03/05 01:57 | 66.8 MB | sha256:ba009aed7224… | |||
docker.io/madrays/sun-panel-helper :v2.0.4 | linux/amd64linux/arm64 | 2025/03/01 22:46 | 0.0 MB | sha256:292d667b27ea… | |||
docker.io/madrays/sun-panel-helper :v2.0.3 | linux/amd64linux/arm64 | 2025/02/26 01:15 | 54.5 MB | sha256:b00124a090c3… | |||
docker.io/madrays/sun-panel-helper :v2.0.2 | linux/amd64linux/arm64 | 2025/02/10 00:02 | 54.4 MB | sha256:285d039464ff… | |||
docker.io/madrays/sun-panel-helper :v2.0.1 | linux/amd64linux/arm64 | 2025/02/09 11:39 | 54.4 MB | sha256:78829dbc8674… | |||
docker.io/madrays/sun-panel-helper :v2.0.0 | linux/amd64 | 2025/02/03 16:46 | 49.8 MB | sha256:e9a4e3a38ca6… | |||
docker.io/madrays/sun-panel-helper :v1.7.1 | linux/amd64 | 2025/01/17 17:41 | 53.1 MB | sha256:b19dca844804… | |||
docker.io/madrays/sun-panel-helper :v1.7 | linux/amd64 | 2025/01/09 19:18 | 52.9 MB | sha256:49a40872496a… | |||
docker.io/madrays/sun-panel-helper :v1.6 | linux/amd64 | 2025/01/09 08:38 | 51.9 MB | sha256:5dbe564253f2… |