feat: update KSpeeder 0.3.0

This commit is contained in:
arch3rPro
2025-07-08 14:25:39 +08:00
parent 11ac377a77
commit 0eaafdeda1
4 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 5003
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Management Port
labelZh: 管理监控端口
label:
en: Management Port
zh: 管理监控端口
required: true
rule: paramPort
type: number
- default: 5443
edit: true
envKey: PANEL_APP_PORT_PROXY
labelEn: Proxy Port
labelZh: 代理端口
label:
en: Proxy Port
zh: 代理端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,13 @@
services:
kspeeder:
image: linkease/kspeeder:0.3.0
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:5003
- ${PANEL_APP_PORT_PROXY}:5443
volumes:
- ./kspeeder-data:/kspeeder-data
- ./kspeeder-config:/kspeeder-config
restart: always
labels:
createdBy: "Apps"

View File

@@ -2,7 +2,10 @@
KSpeeder 是一款专为 Docker 镜像加速设计的镜像服务,支持本地私有部署,适用于无法访问 DockerHub 的环境。通过 KSpeeder您可以在局域网内搭建属于自己的镜像加速服务大幅提升 Docker 镜像的拉取速度。
![Copyright-arch3rPro](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/KSpeeder.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
## 主要特性

View File

@@ -2,7 +2,9 @@
KSpeeder is a modern, multi-platform Docker image acceleration and private registry service. It is designed for environments with limited access to DockerHub or those requiring fast, local image pulls. With KSpeeder, you can easily deploy your own image acceleration service in your LAN or enterprise, significantly improving Docker image download speeds.
![Copyright-arch3rPro](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
![](https://raw.githubusercontent.com/xiaoY233/PicList/main/public/assets/KSpeeder.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
## Main Features