Admin Dashboard, Webdocs, LICENSE, webhook, and ID's update.

This commit is contained in:
2026-02-04 03:05:12 +00:00
parent 890e52af8c
commit 1d0ccca7d1
51 changed files with 1290 additions and 229 deletions

View File

@@ -16,6 +16,8 @@ This service handles:
### API Endpoints
- `GET /api/projects`: List projects
- `POST /api/projects`: Create a project
- `PUT /api/projects/:id/env`: Update environment variables
- `POST /api/projects/:id/redeploy`: Manual redeploy
- `GET /api/activity`: Get recent activity
- `WS /api/deployments/:id/logs/stream`: Stream logs
@@ -26,3 +28,4 @@ This service handles:
- `internal/models/`: GORM models.
- `internal/builder/`: Nixpacks wrapper.
- `internal/deployer/`: Docker SDK wrapper.
- `internal/ports/`: Port allocation logic.