feat: 默认端口5070、部署文档与外网HTTPS及强制刷新

- 默认监听端口改为 5070(app.py、.env.example、PM2 配置)
- README/部署说明:仓库地址、/opt/LocalNav、root 运行、Nginx+HTTPS 外网接入
- iframe 工具栏在「刷新」旁增加「强制刷新」(跳过缓存,等同 Ctrl+F5)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-05-30 11:24:25 +08:00
parent ea1c4bcf12
commit a8cf3422e4
7 changed files with 206 additions and 44 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ module.exports = {
// 如需在 PM2 层覆盖环境变量,可取消注释并修改(一般使用根目录 .env 即可)
// env: {
// NAV_HOST: '0.0.0.0',
// NAV_PORT: '5000',
// NAV_PORT: '5070',
// NAV_DEBUG: '0',
// },
},