Integrate Docker support into Archipelago and Neode UI
- Added StateManager and data_model modules to manage application state. - Updated ApiHandler to utilize StateManager for WebSocket connections. - Enhanced Server initialization to include StateManager. - Implemented Docker container querying in Neode UI to populate app data dynamically. - Removed temporary dummy app configurations in favor of real Docker-based applications. - Improved WebSocket reconnection logic and error handling in the UI. - Updated package.json and package-lock.json to include dockerode dependency.
This commit is contained in:
@@ -9,7 +9,9 @@ mod api;
|
||||
mod auth;
|
||||
mod config;
|
||||
mod container;
|
||||
mod data_model;
|
||||
mod server;
|
||||
mod state;
|
||||
|
||||
use auth::AuthManager;
|
||||
use config::Config;
|
||||
|
||||
Reference in New Issue
Block a user