diff --git a/apps/hubcmdui/4.0.7/data.yml b/apps/hubcmdui/4.0.7/data.yml new file mode 100644 index 0000000..5169a81 --- /dev/null +++ b/apps/hubcmdui/4.0.7/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: "30080" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + required: true + rule: paramPort + type: number diff --git a/apps/hubcmdui/4.0.7/docker-compose.yml b/apps/hubcmdui/4.0.7/docker-compose.yml new file mode 100644 index 0000000..f263422 --- /dev/null +++ b/apps/hubcmdui/4.0.7/docker-compose.yml @@ -0,0 +1,19 @@ +services: + hubcmd-ui: + image: dqzboy/hubcmd-ui:4.0.7 + container_name: ${CONTAINER_NAME} + restart: always + ports: + - ${PANEL_APP_PORT_HTTP}:3000 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + networks: + - 1panel-network + environment: + - LOG_LEVEL=INFO + - SIMPLE_LOGS=true + labels: + createdBy: Apps +networks: + 1panel-network: + external: true diff --git a/apps/hubcmdui/README.md b/apps/hubcmdui/README.md index c994dc6..e6e6b86 100644 --- a/apps/hubcmdui/README.md +++ b/apps/hubcmdui/README.md @@ -1,10 +1,21 @@ +
+

+ +
+ 自建Docker镜像加速服务,基于官方 registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、elastic、nvcr等镜像加速\管理服务. +

+
+ +![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/Hubcmdui.png) + +![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white) + ## UI界面 - 默认容器监听`3000`端口,映射宿主机端口`30080` > 浏览器输入 `服务器地址:30080` 访问前端 -[![img](https://camo.githubusercontent.com/be01aa91eb4e3b91bf86bcddfe66d282d83bffcc18628248181cc6cd58bb18f7/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f64717a626f792f496d616765732f64717a626f792d70726f78792f687562636d642d75695f30312e706e673f7261773d74727565)](https://camo.githubusercontent.com/be01aa91eb4e3b91bf86bcddfe66d282d83bffcc18628248181cc6cd58bb18f7/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f64717a626f792f496d616765732f64717a626f792d70726f78792f687562636d642d75695f30312e706e673f7261773d74727565) ### 后台管理