- 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.
8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
server/data/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|