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:
@@ -136,6 +136,7 @@ export default defineConfig({
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
rewrite: (path) => path, // Don't rewrite the path
|
||||
timeout: 0, // No timeout for WebSocket connections
|
||||
},
|
||||
'/public': {
|
||||
target: process.env.BACKEND_URL || 'http://localhost:5959',
|
||||
|
||||
Reference in New Issue
Block a user