Skip to content

Commit f9d98a9

Browse files
committed
build: v2.1.0-beta4
1 parent 0accd03 commit f9d98a9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 NodePassDash
22

3-
![Version](https://img.shields.io/badge/version-2.1.0--beta3-blue.svg)
3+
![Version](https://img.shields.io/badge/version-2.1.0--beta4-blue.svg)
44
![GitHub license](https://img.shields.io/github/license/NodePassProject/NodePassDash)
55

66
NodePassDash是一个现代化的 NodePass 管理界面,基于 Go 后端 + Next.js 14、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- ./config:/app/config:ro
1313
# SQLite 数据库文件
1414
- ./public:/app/public
15+
# - /var/run/docker.sock:/var/run/docker.sock
1516
restart: unless-stopped
1617
# 健康检查
1718
healthcheck:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NodePassDash",
3-
"version": "2.1.0-beta3",
3+
"version": "2.1.0-beta4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -23,7 +23,8 @@
2323
"dev:all": "node scripts/dev.js",
2424
"dev:front": "next dev -p 8080",
2525
"dev:back": "go run ./cmd/server/main.go",
26-
"dev:resetpwd": "go run ./cmd/server/main.go --resetpwd"
26+
"dev:resetpwd": "go run ./cmd/server/main.go --resetpwd",
27+
"dev:version": "go run ./cmd/server/main.go --version"
2728
},
2829
"dependencies": {
2930
"@fortawesome/fontawesome-svg-core": "^6.7.2",

0 commit comments

Comments
 (0)