This repository has no description

feat: update vitest to version 4.1.5 and implement rate limiting middleware master

- Updated vitest dependency in package.json. - Added rate limiting middleware to authenticated routes in app.ts to limit requests per IP. - Adjusted authentication logic to ensure rate limiting is applied before processing requests. - Modified the proxy token generation to require a subject for enhanced security. - Improved error handling and response management in container-manager service. - Added configurable request options for Docker API requests, including timeout and max response size. - Cleaned up legacy token handling and ensured all tokens are subject-bound for security.