Commit Graph

5 Commits

Author SHA1 Message Date
admin 0f04bd4bbf fix: 添加 /app/data 到配置文件搜索路径
Build and Deploy / build (push) Successful in 2m5s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 19:38:35 +00:00
admin 67bef239b0 fix: 使用绝对路径 /app/data 解决容器内路径问题
Build and Deploy / build (push) Successful in 2m3s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 18:29:07 +00:00
admin 7d401326bc fix: 直接写入配置文件解决 viper 路径问题
Build and Deploy / build (push) Successful in 2m9s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 18:25:02 +00:00
admin 753098e7fe fix: 安装页面保存配置失败 - 确保目录存在并正确创建配置文件
Build and Deploy / build (push) Successful in 2m56s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 16:11:55 +00:00
admin 524c404194 feat: initial commit - Go + CGO captcha recognition service
Build and Deploy / build-frontend (push) Failing after 2s
Build and Deploy / build-backend (push) Has been skipped
Build and Deploy / build-docker (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
Features:
- Go + CGO ONNX/OpenCV wrapper for high performance
- SQLite (default) / MySQL database support
- Optional Redis caching
- JWT authentication system
- Multiple captcha recognition APIs:
  - OCR text recognition
  - Slider captcha matching
  - Image similarity comparison
  - Rotation captcha detection
  - Object detection
- React frontend with install wizard
- Docker and docker-compose support
- Gitea CI/CD pipeline

Project structure:
- cmd/server: Main entry point
- internal/: Core business logic
- pkg/onnx: ONNX Runtime CGO wrapper
- pkg/opencv: OpenCV CGO wrapper
- web/: React frontend
- deploy/: Deployment configs
- scripts/: Utility scripts
2026-07-16 08:56:38 +00:00