Commit Graph

7 Commits

Author SHA1 Message Date
f0cfcbe195 revert code from sending non needed IP info 2025-06-25 03:00:33 -04:00
4c32ebae09 Convert SFTP Client to use local internal docker IPs for connection.
This removes the need for SFTP-Links to be online!
2025-06-25 02:45:37 -04:00
16d8b52a01 Feat: Adding backup button for easy access to download a full server backup 2025-06-19 02:36:03 -04:00
d2498c0cf8 Feat: Updating Mods button 2025-06-19 01:39:33 -04:00
176f15501b hide error 2025-06-16 13:57:23 -04:00
61de2a8d14 fix docker stats interval 2025-06-16 12:56:04 -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