feat: 统一配置文件管理 + Cron任务同步优化

- 新增配置导出/导入功能,支持一键下载和上传配置文件
- 配置文件包含:项目配置、外部服务、预警阈值、网页设置(对外IP、刷新间隔)
- 预警阈值和网页设置保存到服务器端,不再使用localStorage
- Cron任务同步改为清空旧任务,只同步当前账号实际存在的任务
- 新增API: /api/config/export, /api/config/import
- 新增API: /api/web-settings, /api/alerts (增强版)
- 优化前端:自动加载和保存网页设置
This commit is contained in:
2026-06-01 12:12:35 +08:00
parent 5f9439c8a9
commit 0085c70266
6 changed files with 384 additions and 31 deletions

View File

@@ -30271,3 +30271,34 @@ Press CTRL+C to quit
192.168.2.8 - - [24/Apr/2026 10:48:24] "GET /api/projects HTTP/1.1" 200 -
127.0.0.1 - - [24/Apr/2026 10:48:27] "GET / HTTP/1.1" 200 -
192.168.2.14 - - [24/Apr/2026 10:48:28] "GET /api/projects HTTP/1.1" 200 -
[2026-06-01 11:53:42] ⚠️ 进程收到 SIGTERM 信号,即将退出!
[2026-06-01 11:53:43] ==================================================
[2026-06-01 11:53:43] 项目服务管理面板 v2.0.0 启动
[2026-06-01 11:53:43] 访问地址: http://localhost:16022
[2026-06-01 11:53:43] 进程PID: 776708
[2026-06-01 11:53:43] ==================================================
[2026-06-01 11:56:06] ⚠️ 进程收到 SIGTERM 信号,即将退出!
[2026-06-01 11:56:07] ==================================================
[2026-06-01 11:56:07] 项目服务管理面板 v2.0.0 启动
[2026-06-01 11:56:07] 访问地址: http://localhost:16022
[2026-06-01 11:56:07] 进程PID: 777176
[2026-06-01 11:56:07] ==================================================
[2026-06-01 12:01:26] ⚠️ 进程收到 SIGTERM 信号,即将退出!
[2026-06-01 12:01:28] ==================================================
[2026-06-01 12:01:28] 项目服务管理面板 v2.0.0 启动
[2026-06-01 12:01:28] 访问地址: http://localhost:16022
[2026-06-01 12:01:28] 进程PID: 778445
[2026-06-01 12:01:28] ==================================================
[2026-06-01 12:02:47] ⚠️ 进程收到 SIGTERM 信号,即将退出!
[2026-06-01 12:02:49] ==================================================
[2026-06-01 12:02:49] 项目服务管理面板 v2.0.0 启动
[2026-06-01 12:02:49] 访问地址: http://localhost:16022
[2026-06-01 12:02:49] 进程PID: 778757
[2026-06-01 12:02:49] ==================================================
[2026-06-01 12:11:08] ⚠️ 进程收到 SIGTERM 信号,即将退出!
[2026-06-01 12:11:34] ==================================================
[2026-06-01 12:11:34] 项目服务管理面板 v2.0.0 启动
[2026-06-01 12:11:34] 访问地址: http://localhost:16022
[2026-06-01 12:11:34] 进程PID: 780597
[2026-06-01 12:11:34] ==================================================
[2026-06-01 12:12:13] 从系统 crontab 同步了 0 个任务(已清空旧任务)

View File

@@ -0,0 +1,6 @@
==================================================
[2026-06-01T11:59:52.266560] start
Command: mkdir -p logs && nohup /home/hz1/miniconda3/envs/openclaw/bin/python3.12 app.py > logs/app.log 2>&1 & disown
Directory: /home/openclaw/.openclaw/workspace-hz4th_coder/works/pdf-translate-web
/bin/sh: 1: disown: not found