dqzboy 48a69d7d31 fix: Adjust the display style of the advertisement on the hubcmdui front end. hace 1 año
..
web 48a69d7d31 fix: Adjust the display style of the advertisement on the hubcmdui front end. hace 1 año
README.md 48a69d7d31 fix: Adjust the display style of the advertisement on the hubcmdui front end. hace 1 año
config.json 48a69d7d31 fix: Adjust the display style of the advertisement on the hubcmdui front end. hace 1 año
docker-compose.yaml 6084876099 fix: Listen to port 30080 hace 1 año
package.json 9364d7bfe9 feat: Add login verification and UI interface optimization, support one-click update version. hace 1 año
server.js 8c7be10187 fix: Repair the new password verification matching logic in hubcmdui. hace 1 año
users.json 8c7be10187 fix: Repair the new password verification matching logic in hubcmdui. hace 1 año

README.md

中文 | English


Docker-Proxy 镜像代理加速快速获取命令UI面板.

[![Auth](https://img.shields.io/badge/Auth-dqzboy-ff69b4)](https://github.com/dqzboy) [![GitHub contributors](https://img.shields.io/github/contributors/dqzboy/Docker-Proxy)](https://github.com/dqzboy/Docker-Proxy/graphs/contributors) [![GitHub Issues](https://img.shields.io/github/issues/dqzboy/Docker-Proxy.svg)](https://github.com/dqzboy/Docker-Proxy/issues) [![GitHub Pull Requests](https://img.shields.io/github/stars/dqzboy/Docker-Proxy)](https://github.com/dqzboy/Docker-Proxy) [![HitCount](https://views.whatilearened.today/views/github/dqzboy/Docker-Proxy.svg)](https://github.com/dqzboy/Docker-Proxy) [![GitHub license](https://img.shields.io/github/license/dqzboy/Docker-Proxy)](https://github.com/dqzboy/Docker-Proxy/blob/main/LICENSE) 📢 Docker Proxy-交流群

📝 本地运行

1. 克隆项目

git clone [email protected]:dqzboy/Docker-Proxy.git

2. 安装依赖

cd Docker-Proxy/hubcmdui
npm install

3. 启动服务

node server.js 

📦 Docker运行

  • 如果不自行构建Docker镜像,可直接跳转第三步拉取镜像运行

1. 克隆项目(可选)

git clone [email protected]:dqzboy/Docker-Proxy.git

2. 构建镜像(可选)

cd Docker-Proxy

docker build -t hubcmd-ui .

3. 运行容器

# 拉取镜像!如果你手动构建了镜像此步骤跳过
docker pull dqzboy/hubcmd-ui:latest

docker run -d -p 30080:3000 --name hubcmdui-server hubcmd-ui

Docker Compose 部署

1. 下载 docker-compose.yaml 文件到你本地机器上

2. 执行 docker composedocker-compose 命令启动容器服务

docker compose up -d

# 查看容器日志
docker logs -f [容器ID或名称]

UI界面

  • 默认容器监听3000端口,映射宿主机端口30080

浏览器输入 服务器地址:30080 访问前端

浏览器输入 服务器地址:30080/admin 访问后端页面,默认登入账号密码: root/admin@123


🫶 赞助

如果你觉得这个项目对你有帮助,请给我点个Star。并且情况允许的话,可以给我一点点支持,总之非常感谢支持😊

项目作者自建公益服务:服务地址查看

Alipay WeChat Pay

😺 其他

开源不易,若你参考此项目或基于此项目修改可否麻烦在你的项目文档中标识此项目?谢谢你!


License

Docker-Proxy is available under the Apache 2 license