Agent+MultiServer

This commit is contained in:
2025-11-25 16:02:00 +00:00
parent 9b25cb807a
commit fc3ed57a40
26 changed files with 3233 additions and 338 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "stackpulse-agent",
"version": "0.0.1",
"description": "Stackpulse Agent for Docker metadata and update checks",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"dockerode": "^4.0.2",
"express": "^4.19.2"
}
}