feat: Can now discover inventory agent and download its host definition, next up save it to db

This commit is contained in:
2025-08-30 20:01:52 -04:00
parent f9906cb419
commit e548bf619a
11 changed files with 135 additions and 41 deletions

View File

@@ -67,4 +67,4 @@ serde = { version = "1.0.209", features = ["derive", "rc"] }
serde_json = "1.0.127"
askama = "0.14"
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite" ] }
reqwest = { version = "0.12", features = ["stream", "rustls-tls", "http2"], default-features = false }
reqwest = { version = "0.12", features = ["blocking", "stream", "rustls-tls", "http2", "json"], default-features = false }