admin
84cac4ea77
fix: 安装后设置全局配置,提示重启容器
Build and Deploy / build (push) Failing after 1m51s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 19:00:10 +00:00
admin
a6b03a6152
fix: 安装时创建管理员用户,登录从数据库验证
Build and Deploy / build (push) Failing after 1m49s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 18:50:54 +00:00
admin
731e00855b
fix: CI/CD build errors
...
Build and Deploy / build (push) Failing after 3s
Build and Deploy / deploy (push) Has been skipped
- Simplified go.mod with all dependencies
- Fixed generateRandomSecret function
- Updated Dockerfile to use debian bookworm
- Simplified CI workflow to single job
- Fixed Gitea Actions syntax (github.ref)
2026-07-16 09:23:24 +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