7 Commits

Author SHA1 Message Date
Giuseppe Raffa
4e1f49755e fix: refactor Redis configuration to use separate host, port, and password fields 2026-04-14 10:12:26 +02:00
Giuseppe Raffa
a24accb04b fix: update Redis connection to include username as password fallback 2026-04-14 10:07:38 +02:00
Giuseppe Raffa
4fb44cb9a7 add logs helper for debug 2026-04-14 10:06:25 +02:00
Giuseppe Raffa
c2a5887b25 fix: correct queue name format in initQueue function 2026-04-14 10:00:48 +02:00
Giuseppe Raffa
85bd226d35 fix: update Dockerfile to use npm install instead of npm ci
feat: add additional permissions in settings.local.json and update .gitignore
2026-04-14 09:57:42 +02:00
Giuseppe Raffa
c377eb59d9 fix: update npm install command to omit development dependencies 2026-04-14 09:55:37 +02:00
Giuseppe Raffa
87d698bc5c feat: add Docker and Gitea services, monitoring, queue, and Telegram notification functionalities
- Implemented Docker operations including image building, container management, and resource stats.
- Added Gitea API client for repository management and webhook handling.
- Introduced monitoring service to collect and store container metrics in InfluxDB.
- Created a queue system using BullMQ for managing deployment jobs with real-time log streaming.
- Developed Telegram notification service for deployment status updates.
- Added Traefik label generation for dynamic reverse proxy configuration.
- Implemented WebSocket endpoints for log streaming and terminal access to containers.
- Created an updater sidecar for self-updating the AutoDeployer container.
2026-04-13 23:23:18 +02:00