Commit Graph

2 Commits

Author SHA1 Message Date
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