This commit is contained in:
2026-02-15 13:13:11 +01:00
parent 8b592db3dd
commit 8cf14dd4d4
6 changed files with 170 additions and 25 deletions

View File

@@ -238,6 +238,7 @@ func (s *Server) HandleUpload(w http.ResponseWriter, r *http.Request) {
Message: "Ready to receive snapshot",
UploadMethod: "zfs-receive",
StorageKey: snapshotName,
UploadURL: fmt.Sprintf("/upload-stream/%s", req.ClientID),
})
}
}