镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
feat(worker): implemented extra_status_manager option to enable a worker reporting status to multi
这个提交包含在:
@@ -54,9 +54,10 @@ type globalConfig struct {
|
||||
}
|
||||
|
||||
type managerConfig struct {
|
||||
APIBase string `toml:"api_base"`
|
||||
CACert string `toml:"ca_cert"`
|
||||
Token string `toml:"token"`
|
||||
APIBase string `toml:"api_base"`
|
||||
CACert string `toml:"ca_cert"`
|
||||
ExtraStatusAPIs []string `toml:"extra_status_managers"`
|
||||
// Token string `toml:"token"`
|
||||
}
|
||||
|
||||
type serverConfig struct {
|
||||
|
||||
在新工单中引用
屏蔽一个用户