feat: auto-detect podman/docker in agent, add studentId to activation response, fix download URLs

This commit is contained in:
root
2026-06-06 21:14:24 +00:00
parent a1883080d3
commit 349c8d0e2a
11 changed files with 132 additions and 20 deletions
+3 -2
View File
@@ -7,9 +7,10 @@ import (
)
type Activation struct {
Activated bool `json:"activated"`
Activated bool `json:"activated"`
StudentId string `json:"studentId,omitempty"`
StudentName string `json:"studentName,omitempty"`
Code string `json:"code,omitempty"`
Code string `json:"code,omitempty"`
}
func activationFile(dataDir string) string {