chore: initial commit — 项目计划 v0.3

服务器用户管理节点(ws_usernode):
- docs/PLAN.md:需求交互确认后的完整项目计划(v0.3)
  - 单机节点 + RESTful API v1,后期可扩展多节点 agent
  - Go + Gin / Vue3 + Element Plus,GORM 双驱动(MySQL/SQLite)
  - 外部用户 OTP 双通道登录(邮件 + CLI)、sudoers 白名单系统操作
  - 账号生命周期、SSH 公钥管理、申请审批、审计归档
- .gitignore:Go / 前端 / 运行时产物忽略规则
This commit is contained in:
2026-08-29 21:28:52 +08:00
commit f70b344c85
2 changed files with 347 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Go
/bin/
*.test
coverage.out
*.prof
# 前端构建产物
web/node_modules/
web/dist/
web/.vite/
# 运行时产物
*.log
data/
*.db
*.db-shm
*.db-wal
# 其他
.DS_Store
.env
config.toml