Commit Graph

6 Commits

Author SHA1 Message Date
bea92f554e Update Readme 2025-06-19 03:58:40 -04:00
d040a374a7 update readme 2025-06-16 15:42:42 -04:00
1fe2a55554 update readme 2025-06-16 15:42:12 -04:00
de1b62b47c update readme 2025-06-16 13:01:29 -04:00
d38e2ad1f1 Refactor: Initial code split into includes directory for modularity
- Reorganized backend logic by moving API, authentication, Docker, status, and WebSocket handling into separate modules (api.js, auth.js, docker.js, status.js, websocket.js) within ./includes/
- Converted codebase to ES modules with import/export syntax for modern JavaScript
- Updated index.js to serve as main entry point, importing from ./includes/
- Reduced code duplication and improved readability with modularized functions
- Ensured full functionality preservation, including Docker stats and WebSocket communication
- Updated README to reflect new folder structure and ES module setup
2025-06-16 12:30:18 -04:00
fb0eb5ed44 Add README.md 2025-06-16 10:28:09 -04:00