Files
onion-dmp/部署成功.txt
2026-04-08 14:52:09 +08:00

74 lines
3.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎉 DMP 项目部署成功!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ 所有服务正常运行!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 服务状态
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Node.js 服务器: 运行中
✅ Cloudflare Tunnel: 已连接2个连接
✅ 本地访问: 正常
✅ 公网访问: 正常
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌐 访问地址
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
公网访问: https://dmp.ink1ing.tech
本地访问: http://localhost:3456
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🛠️ 常用命令
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
启动服务:
./start-daemon.sh
(服务在后台运行,关闭终端不影响)
停止服务:
./stop-services.sh
健康检查:
./health-check.sh
查看日志:
tail -f logs/tunnel.log # Tunnel 日志
tail -f logs/server.log # 服务器日志
tail -f logs/monitor.log # 监控日志
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📝 问题排查
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
如果服务挂了:
1. 运行 ./health-check.sh 查看状态
2. 运行 ./stop-services.sh 停止所有服务
3. 运行 ./start-daemon.sh 重新启动
4. 查看日志排查问题
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔧 技术信息
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Tunnel ID: d8a6a4cd-4ddf-4122-92f1-b3d961aca422
域名: dmp.ink1ing.tech
本地端口: 3456
协议: QUIC
日志目录: /Users/inkling/Desktop/dmp/logs/
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 提示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
服务现在是守护进程方式运行:
- 关闭终端不会停止服务
- 重启电脑后需要手动运行 ./start-daemon.sh
- 如需开机自启,请告诉我
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
部署时间: $(date)