File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8787docker-compose down
8888
8989# 拉取新版本
90- docker pull ghcr.io/mecozea/nodepass-webui :latest
90+ docker pull ghcr.io/NodePassProject/NodePassDash :latest
9191
9292# 使用新的配置启动
9393docker-compose -f docker-compose.release.yml up -d
Original file line number Diff line number Diff line change 11# 🚀 NodePassDash
22
3- ![ Version] ( https://img.shields.io/badge/version-1.3.0 -blue.svg )
3+ ![ Version] ( https://img.shields.io/badge/version-1.3.1 -blue.svg )
44
55一个现代化的 NodePass 管理界面,基于 Next.js 14、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。
66
8383
8484` ` ` bash
8585# 1. 克隆项目
86- git clone https://github.com/Mecozea /NodePassDash.git
86+ git clone https://github.com/NodePassProject /NodePassDash.git
8787cd nodepass-webui
8888
8989# 2. 安装依赖
@@ -161,9 +161,9 @@ pnpm exec prisma studio
161161
162162## 📞 支持
163163
164- - 🐛 问题报告: [ GitHub Issues] ( https://github.com/mecozea /NodePassDash/issues )
165- - 📖 文档: [ 项目 Wiki] ( https://github.com/mecozea /NodePassDash/wiki )
166- - 💬 社区讨论: [ GitHub Discussions] ( https://github.com/mecozea /NodePassDash/discussions )
164+ - 🐛 问题报告: [ GitHub Issues] ( https://github.com/NodePassProject /NodePassDash/issues )
165+ - 📖 文档: [ 项目 Wiki] ( https://github.com/NodePassProject /NodePassDash/wiki )
166+ - 💬 社区讨论: [ GitHub Discussions] ( https://github.com/NodePassProject /NodePassDash/discussions )
167167- 🐳 Docker 部署: [ Docker 指南] ( docs/DOCKER.md )
168168
169169---
Original file line number Diff line number Diff line change 11services :
22 # NodePass 应用 - 使用GitHub发布的镜像
33 nodepassdash :
4- image : ghcr.io/mecozea /nodepassdash:latest
4+ image : ghcr.io/nodepassproject /nodepassdash:latest
55 container_name : nodepassdash
66 environment :
77 # 应用配置(修改这里)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ NodePass WebUI 采用**整合架构**设计:
4545
4646` ` ` bash
4747# 1. 下载 Docker Compose 文件并重命名
48- wget https://raw.githubusercontent.com/Mecozea /NodePassDash/main/docker-compose.release.yml -O docker-compose.yml
48+ wget https://raw.githubusercontent.com/NodePassProject /NodePassDash/main/docker-compose.release.yml -O docker-compose.yml
4949
5050# 2. 创建必要目录
5151mkdir -p logs public && chmod 777 logs public
@@ -62,7 +62,7 @@ docker-compose up -d # 如果使用独立安装的 docker-compose
6262
6363``` bash
6464# 1. 拉取镜像
65- docker pull ghcr.io/mecozea /nodepassdash:latest
65+ docker pull ghcr.io/nodepassproject /nodepassdash:latest
6666
6767# 2. 创建必要目录
6868mkdir -p logs public && chmod 777 logs public
@@ -74,7 +74,7 @@ docker run -d \
7474 -v ./logs:/app/logs \
7575 -v ./public:/app/public \
7676 -e JWT_SECRET=your_super_secret_jwt_key \
77- ghcr.io/mecozea /nodepassdash:latest
77+ ghcr.io/nodepassproject /nodepassdash:latest
7878```
7979
8080### 环境变量说明
Original file line number Diff line number Diff line change 11{
22 "name" : " NodePassDash" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " tsx server.ts" ,
You can’t perform that action at this time.
0 commit comments