feat: Add docker management support (local squash)

This commit is contained in:
LukeGus
2025-12-19 20:12:19 -06:00
parent 48933e9b11
commit 1f168c6f97
21 changed files with 4809 additions and 388 deletions

View File

@@ -102,6 +102,8 @@ import { systemLogger, versionLogger } from "./utils/logger.js";
await import("./ssh/tunnel.js");
await import("./ssh/file-manager.js");
await import("./ssh/server-stats.js");
await import("./ssh/docker.js");
await import("./ssh/docker-console.js");
await import("./dashboard.js");
process.on("SIGINT", () => {