Commit Graph

5 Commits

Author SHA1 Message Date
wonder 3234f7ab1f fix: 添加 tzdata 和容器时区配置,修复 Alpine 镜像缺少时区数据的问题 2026-06-26 15:55:10 +08:00
wonder 751f9d7eed fix: use Aliyun Alpine mirror and fix frontend COPY source 2026-06-26 15:30:54 +08:00
wonder 1991544a45 fix: use Qiniu Go mirror proxy in Dockerfile for China region 2026-06-26 15:27:52 +08:00
wonder d107c9a149 fix: use golang:1.24-alpine Docker image to match go.mod requirements
filippo.io/edwards25519 v1.2.0 requires go 1.24+.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-26 15:24:18 +08:00
wonder 01ecdc8c23 feat: initialize project skeleton with Go backend, database, and config
- Go module with standard library + gorilla/sessions + mysql driver
- Config: env-based configuration with .env file support
- Database: MySQL connection with auto-migration for 6 tables
- Seed data: 12 system tags with options, 8 system snippets
- Auth: session cookie middleware
- Handlers: auth, tags, snippets, builder, claude, dashboard, suggestions, settings
- LLM: OpenAI-compatible client with 30s timeout
- Docker: Dockerfile + docker-compose.yml
- .env.example with all configuration options

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-26 14:58:15 +08:00