3 Commits

Author SHA1 Message Date
wonder 3234f7ab1f fix: 添加 tzdata 和容器时区配置,修复 Alpine 镜像缺少时区数据的问题 2026-06-26 15:55:10 +08:00
wonder 24af74ab17 fix: map container port 8083 to match SERVER_PORT in .env 2026-06-26 15:32:37 +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