Build and Push Docker Image / lint-and-typecheck (push) Failing after 1m9sDetails
Build and Push Docker Image / build (push) Has been skippedDetails
- Move prisma.config.ts to prisma.config.mjs at project root
- Use dynamic dotenv import (works in Docker without dotenv)
- Add dotenv to devDependencies for local development
- Install dotenv globally in Docker for migration support
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m42sDetails
Build and Push Docker Image / build (push) Successful in 4m32sDetails
Instead of copying partial node_modules which misses WASM files,
install prisma@7 globally in the production image.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m44sDetails
Build and Push Docker Image / build (push) Successful in 4m9sDetails
Copy prisma CLI and its node_modules folder to allow running
migrations in the container with ./node_modules/.bin/prisma
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Failing after 22sDetails
Build and Push Docker Image / build (push) Has been skippedDetails
package-lock.json is out of sync with package.json after Prisma 7
upgrade. Using npm install allows build to succeed and regenerate
the lock file.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Failing after 2m10sDetails
Build and Push Docker Image / build (push) Has been skippedDetails
Major additions:
- Analytics dashboard with charts (line, bar, donut)
- Enterprise client monitoring with container management
- Staff management with 2FA support
- Profile management and settings pages
- Netcup server integration
- DNS verification panel
- Portainer integration
- Container logs and health monitoring
- Automation controls for orders
New API endpoints:
- /api/v1/admin/analytics
- /api/v1/admin/enterprise-clients
- /api/v1/admin/netcup
- /api/v1/admin/settings
- /api/v1/admin/staff
- /api/v1/profile
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m3sDetails
Build and Push Docker Image / build (push) Successful in 2m38sDetails
- Update Dockerfile to ensure public directory exists in builder stage
- Use 'COPY /app/public/. ./public/' pattern for robust copying
- Add manifest.json to public folder (non-empty directory)
- Remove .gitkeep placeholder
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Complete LetsBe Hub service for license management and telemetry:
- Client and Instance CRUD APIs
- License key generation and validation (lb_inst_ format)
- Hub API key generation (hk_ format) for telemetry auth
- Instance activation endpoint
- Telemetry collection with privacy-first redactor
- Key rotation and suspend/reactivate functionality
- Alembic migrations for PostgreSQL
- Docker Compose deployment ready
- Comprehensive test suite
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>