Initial commit: TaskPool React panel

- React frontend with route-level code splitting
- Backend rebranded from Baihu to TaskPool
- DB brand migration script and local compatibility
This commit is contained in:
2026-07-26 08:43:52 +08:00
commit e6956aa001
397 changed files with 73621 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[agent]
# 主服务器地址(http/httpsAgent 会自动转换为 WebSocket 连接)
# 如果主服务配置了url_prefix, 这里要也要加上路径
server_url = http://192.168.1.100:8052
# 比如 url_prefix=/taskpool
; server_url = http://192.168.1.100:8052/taskpool
# Agent 名称(留空则使用主机名)
name =
# 注册令牌(首次注册时填写,注册成功后会自动替换为认证 Token)
token =
# 心跳间隔(秒),默认 30
interval = 30
# 自动更新(true/false
auto_update = true