refactor(ssh): split docker module into layered directory

ssh/docker/{index,routes,session-manager,container-routes,console}.ts:
server boot and wiring in index, HTTP handlers in routes, SSH session
registry and command execution in session-manager. Code motion only;
port 30007/30009 and endpoints unchanged. Swagger now scans ssh
subdirectories.
This commit is contained in:
LukeGus
2026-07-16 00:45:16 -05:00
parent 35cde3fdfd
commit 9805edfb93
8 changed files with 2031 additions and 1968 deletions
+2 -2
View File
@@ -158,8 +158,8 @@ import {
await import("./ssh/tunnel.js");
await import("./ssh/file-manager.js");
await import("./ssh/host-metrics.js");
await import("./ssh/docker.js");
await import("./ssh/docker-console.js");
await import("./ssh/docker/index.js");
await import("./ssh/docker/console.js");
await import("./ssh/tmux-monitor.js"); // --- tmux-monitor ---
await import("./serial/serial.js");
await import("./dashboard.js");