包含以下核心内容: 1. 完整的Docker容器化部署方案,支持多架构amd64/arm64 2. 自研Web管理面板,包含登录认证、实例管理、权限控制 3. 微信实例容器镜像,内置中文字体与输入法修复 4. 飞牛OS应用打包适配 5. 完整的文档与运维指南
27 lines
614 B
JSON
27 lines
614 B
JSON
{
|
|
"name": "woc-panel-server",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "tsx src/index.ts",
|
|
"updater": "tsx src/updater-entry.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cookie": "^9.4.0",
|
|
"@fastify/static": "^7.0.4",
|
|
"bcryptjs": "^2.4.3",
|
|
"dockerode": "^4.0.2",
|
|
"fastify": "^4.28.1",
|
|
"http-proxy": "^1.18.1",
|
|
"tsx": "^4.19.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/dockerode": "^3.3.31",
|
|
"@types/http-proxy": "^1.17.15",
|
|
"@types/node": "^22.7.4",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|