agent v0.3.15: mode proxy auto/manuel, correction auto-update et conservation systray, animation UI update

This commit is contained in:
EduBox Dev
2026-06-28 19:53:19 +00:00
parent 33d89c66c0
commit adab165274
13 changed files with 444 additions and 55 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ func main() {
go startUI(*dataDir, cfg.NodeID, cfg.Server)
}
go startWebSocket(cfg.Server, cfg.NodeID, *dataDir, cfg.HeadscaleURL, cfg.HeadscaleAuthKey)
go updateCheckerLoop(*dataDir, cfg.Server)
go startWebSocket(cfg, cfg.NodeID, *dataDir)
go updateCheckerLoop(cfg, *dataDir)
shutdownCh := make(chan struct{})