Commit Graph

4 Commits

Author SHA1 Message Date
a9d36e3ccf test: add GPU and quota service tests 2026-05-15 11:14:06 +08:00
74279b9d35 feat: add frontend dashboard, login page and portal entry
Public directory contains the Kanban SPA with dashboard UI, login
page, and styles. Portal directory provides a standalone service
entry page with CSS styling.
2026-05-15 11:13:59 +08:00
673a5f9f62 feat: add backend server and service modules
Includes HTTP server with auth, static file serving, and API routes.
Services cover GPU monitoring, quota checking, Gitea repo listing,
workspace management, agent task orchestration, and settings persistence.
2026-05-15 11:12:30 +08:00
4fdd41a05a chore: initialize project with package.json, .env.example and .gitignore
Set up the Node.js project skeleton, define environment variable
template, and exclude secrets, certs, and nginx runtime from version control.
2026-05-15 11:12:14 +08:00