yinjianm
a4e78b864a
fix(api): 修复邮件队列超时并补齐调度进程
...
延长 SendEmailJob 超时并改为超时直接失败,补充重试退避、
失败日志与收件人脱敏,避免 send_email 队列批量超时重试。
新增 MAIL_TIMEOUT 与 QUEUE_RETRY_AFTER 配置,并抽出邮件运行时
配置与 HTML 内容服务,确保 Horizon 常驻进程使用最新邮件配置。
为 Docker、supervisor 与 compose 样例补齐 scheduler 进程,并在
节点管理端开启墙检测托管时立即触发一次检测,保证定时任务持续生效。
2026-04-28 13:32:58 +08:00
xboard
e01620689b
refactor: all-in-one docker deployment with auto-tuned resources and per-mode compose templates
2026-04-19 21:18:15 +08:00
xboard
c24e09f0c7
fix: correct node_sync queue assignment in horizon
2026-03-16 02:28:28 +08:00
xboard
010275b09e
feat: introduce WebSocket sync for XBoard nodes
...
- Implement Workerman-based `xboard:ws-server` for real-time node synchronization.
- Support custom routes, outbounds, and certificate configurations via JSON.
- Optimize scheduled tasks with `lazyById` to minimize memory footprint.
- Enhance reactivity using Observers for `Plan`, `Server`, and `ServerRoute`.
- Expand protocol support for `httpupgrade`, `h2`, and `mieru`.
2026-03-15 09:49:11 +08:00
xboard
1e069587fe
fix: configure SQLite WAL mode and busy_timeout to prevent database locked errors
...
- Enable WAL journal mode for concurrent read/write support
- Set busy_timeout to 30s to wait on locks instead of failing immediately
- Set synchronous to normal for better write performance
Fixes #770
2026-03-11 07:56:27 +08:00
xboard
ec20847f31
refactor: replace database logging with file logging and admin audit log
2026-03-11 06:50:07 +08:00
Xiaohu Hei
fc8caee0c3
Increase Horizon memory_limit configuration from 32MB to 64MB to support higher workload
2025-07-02 02:12:47 +08:00
xboard
fc5a957ddd
feat: add AnyTLS support and improve system functionality
...
- Add AnyTLS protocol support
- Add system logs viewing in admin panel
- Refactor client subscription delivery code
- Refactor hook mechanism
- Add plugin support for Shadowsocks protocol
- Add CSV export option for batch user creation
- Fix mobile admin login page width display issue
2025-05-22 17:58:22 +08:00
xboard
39456923d3
feat: add one-click update feature to admin panel
2025-02-09 13:43:09 +08:00
xboard
0f43fff242
feat: new xboard
2025-01-21 14:57:54 +08:00
xboard
f9c12d7bd8
to: 追加上个commit 缺少提交的文件
2024-04-27 21:22:45 +08:00
xboard
e04d82961f
refactor: 规范部分API接口响应格式
2023-12-10 17:53:31 +08:00
xboard
25317d5f64
to: 添加前端静态资源请求版本号,防止更新导致的缓存
2023-11-25 10:24:14 +08:00
xboard
cc1dc14c84
feat: 添加·定时自动备份并上传到谷歌云存储·的功能
2023-11-18 19:54:16 +08:00
xboard
65fe7682ff
Initial commit
2023-11-17 14:44:01 +08:00