16 Commits

Author SHA1 Message Date
jeanotx32
71c17e3dc1 feat: add applications management to the agent and backend
All checks were successful
Build and Push Docker Images / docker (push) Successful in 25s
- Updated agent to version 1.4.0 with new endpoints for managing Docker Compose applications.
- Implemented API requests in the backend for listing, creating, editing, and deploying applications.
- Introduced a new AppsModal component in the frontend for user interaction with applications.
- Added YAML editor for editing Docker Compose files with validation.
- Enhanced VpsCard component to include options for managing applications.
- Updated client API functions to support new application management features.
2026-08-01 02:11:24 -04:00
jeanotx32
e277e99155 feat: add interactive terminal support for containers via WebSocket
All checks were successful
Build and Push Docker Images / docker (push) Successful in 30s
- Implemented WebSocket endpoint for executing interactive shells in Docker containers.
- Added ticket-based authentication for terminal access to enhance security.
- Updated frontend to support terminal interactions, including lazy loading of terminal components.
- Enhanced backend to manage terminal session tickets and settings for enabling/disabling terminal access.
- Updated Nginx configuration to support WebSocket connections for terminal sessions.
- Added necessary dependencies for terminal functionality in the frontend.
- Improved user interface to include terminal access controls and feedback on terminal status.
2026-08-01 01:49:26 -04:00
jeanotx32
f37b639226 feat: enhance VPS management interface with search, filter, and toast notifications
All checks were successful
Build and Push Docker Images / docker (push) Successful in 42s
- Added a DashboardToolbar component for searching, filtering, and sorting VPS instances.
- Implemented a ConfirmDialog component for destructive actions confirmation.
- Introduced a Modal component for displaying modals with focus management.
- Created a Toast component for displaying notifications with different types (success, error, info).
- Refactored VpsCard to utilize new Metric component for displaying CPU and RAM usage.
- Improved user experience with local storage for collapsed state in VpsCard.
- Added clipboard utility functions for copying text and downloading content.
- Enhanced CSS styles for better dark mode support and animations.
- Updated various UI controls for consistency and improved accessibility.
2026-08-01 01:22:45 -04:00
jeanotx32
022fbabe5d Feat : Notifications system, State log
All checks were successful
Build and Push Docker Images / docker (push) Successful in 38s
2026-06-24 00:46:16 -04:00
jeanotx32
b2b660e035 Feat: update agent version to 1.2.0 and add systemd services listing in VpsCard component
All checks were successful
Build and Push Docker Images / docker (push) Successful in 25s
2026-06-02 19:59:57 -04:00
jeanotx32
57132f92ee Feat : add Webauth
All checks were successful
Build and Push Docker Images / docker (push) Successful in 1m22s
2026-06-02 19:46:58 -04:00
jeanotx32
6616e6525d Feat: add agent version display and update button in VpsCard component
All checks were successful
Build and Push Docker Images / docker (push) Successful in 25s
2026-06-02 19:32:15 -04:00
jeanotx32
2a46fcd13a Feat: add VPS export functionality and import JSON feature in UI
All checks were successful
Build and Push Docker Images / docker (push) Successful in 28s
2026-06-02 19:23:54 -04:00
jeanotx32
f2e5a24b37 Feat : Lot of stuff
All checks were successful
Build and Push Docker Images / docker (push) Successful in 51s
2026-06-02 18:55:11 -04:00
jeanotx32
daf68d98fa feat: add user profile and admin management features
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s
2026-05-19 01:25:21 -04:00
jeanotx32
43dd3c614d Feat : Graph data expand
Some checks failed
Build and Push Docker Images / docker (push) Failing after 8s
2026-05-19 01:16:59 -04:00
jeanotx32
3080826806 Feat : Better stats
Some checks failed
Build and Push Docker Images / docker (push) Failing after 7s
2026-05-18 23:54:44 -04:00
jeanotx32
c7cc18101a Feat : Various features
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s
2026-05-18 23:48:50 -04:00
jeanotx32
dfca25ab03 feat : update agent 2
Some checks failed
Build and Push Docker Images / docker (push) Failing after 8s
2026-05-18 23:29:18 -04:00
jeanotx32
d799ae503c Feat : login sys
Some checks failed
Build and Push Docker Images / docker (push) Failing after 11s
2026-05-18 22:44:02 -04:00
jeanotx32
cf0b3f0acf feat: add VPS Monitor backend and frontend services
Some checks failed
Build and Push Docker Images / docker (push) Failing after 5s
- Create systemd service for VPS Monitor agent.
- Add FastAPI backend with endpoints for managing VPS configurations and statuses.
- Implement Dockerfile for backend service with required dependencies.
- Create frontend using React with Vite and Tailwind CSS for styling.
- Add API client for communicating with the backend.
- Implement components for displaying VPS information and logs.
- Set up Docker Compose for orchestrating backend and frontend services.
- Add environment configuration files for backend and agent.
- Implement CORS support in the backend for frontend communication.
2026-05-18 22:31:36 -04:00