Commit Graph

21 Commits

Author SHA1 Message Date
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 ac6d8f01ba fix(caddy): preserve X-Forwarded-For chain so Laravel TrustProxies resolves real client IP 2026-04-23 11:39:58 +08:00
xboard df77cbfb47 fix(docker): re-apply www ownership to /www at entrypoint 2026-04-20 01:39:24 +08:00
xboard 26210ed8d4 chore(docker): all-in-one redis no longer listens on TCP 2026-04-20 01:14:52 +08:00
xboard cb8c1743dc fix(deploy): make install/update redis-independent and clean stale octane state
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-19 23:23:27 +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 c0b6ee1763 refactor: core plugins to plugins-core 2026-04-18 23:31:59 +08:00
xboard 199c146672 refactor: rename ws-server command and update configuration 2026-03-15 10:57:21 +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 0f43fff242 feat: new xboard 2025-01-21 14:57:54 +08:00
Xboard 2251f218d8 chore: add persistence configuration to redis 2024-11-08 06:32:48 +08:00
xboard 227f50b9d1 chore: 优化docker环境下的启动速度,增加webman进程自动重启来释放内存 2024-05-14 18:10:15 +08:00
xboard 7eb8d76c87 chore: 修复docker环境该用非root运行时全挂载和sqlite部署报错并减少layers 2024-04-12 16:37:21 +08:00
xboard 03706c054d chore: docker环境修改php为非root运行 2024-04-11 20:37:46 +08:00
xboard 9241369cbb chore: docker添加ipv6的监听 2024-03-09 05:56:58 +08:00
xboard 11591b9708 chore: nginx增加html文件访问支持 2024-01-06 14:54:39 +08:00
xboard 4eadd201e5 feat:[用户前端] 增加多语言支持,修复菜单栏存在的BUG, 启用静态gzip以节省CPU资源 2023-11-27 00:23:25 +08:00
xboard d1b48623d7 docs: 优化部署、迁移文档、docker增加redis支持
1、优化部署、迁移
2、自动备份命令增加手动备份功能
3、docker部署集成redis
2023-11-22 14:01:58 +08:00
xboard 76cf93a2c9 chore: docker 环境增加json、ico文件访问支持 2023-11-21 19:15:32 +08:00
xboard b5fae8f571 style: [用户前端]优化流量明细页面显示效果,docker环境支持wasm文件支持 2023-11-18 03:29:46 +08:00
xboard 65fe7682ff Initial commit 2023-11-17 14:44:01 +08:00