refactor: enhance DockerController with smart fallback for legacy containers; add YAML parsing support and improve container retrieval logic

This commit is contained in:
SaelixCode
2026-02-20 23:37:37 -05:00
parent e686508dec
commit e94b706a9f
3 changed files with 128 additions and 30 deletions
+3 -1
View File
@@ -18,6 +18,7 @@
"@types/cookie-parser": "^1.4.10",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.3.0",
"@types/yaml": "^1.9.6",
"nodemon": "^3.1.13",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
@@ -35,6 +36,7 @@
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"systeminformation": "^5.31.1",
"ws": "^8.19.0"
"ws": "^8.19.0",
"yaml": "^2.8.2"
}
}