mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update KSpeeder 0.3.0
This commit is contained in:
24
apps/kspeeder/0.3.0/data.yml
Normal file
24
apps/kspeeder/0.3.0/data.yml
Normal 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
|
||||||
13
apps/kspeeder/0.3.0/docker-compose.yml
Normal file
13
apps/kspeeder/0.3.0/docker-compose.yml
Normal 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"
|
||||||
@@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
KSpeeder 是一款专为 Docker 镜像加速设计的镜像服务,支持本地私有部署,适用于无法访问 DockerHub 的环境。通过 KSpeeder,您可以在局域网内搭建属于自己的镜像加速服务,大幅提升 Docker 镜像的拉取速度。
|
KSpeeder 是一款专为 Docker 镜像加速设计的镜像服务,支持本地私有部署,适用于无法访问 DockerHub 的环境。通过 KSpeeder,您可以在局域网内搭建属于自己的镜像加速服务,大幅提升 Docker 镜像的拉取速度。
|
||||||
|
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## 主要特性
|
## 主要特性
|
||||||
|
|||||||
@@ -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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Main Features
|
## Main Features
|
||||||
|
|||||||
Reference in New Issue
Block a user