5 Commits

Author SHA1 Message Date
向宁
df8f1e4cb7 refactor: rewrite file-system from Go to .NET 10 / ABP modular
- Replace Go (Kratos/Wire/Watermill) implementation with .NET 10 solution
- Add FileSystem.slnx, Directory.Build.props and ABP module structure
- Keep Docker/Jenkins/docker-compose deployment artifacts
- This drops all Go sources (cmd/, internal/, api/proto) in favor of src/
2026-06-14 15:02:59 +08:00
向宁
2b2618f18c fix: change file-system port from 8080 to 8090
Port 8080 is occupied on the host. Move to 8090 to avoid conflict.
2026-05-17 22:36:47 +08:00
向宁
8b08a70dca fix: add required env vars and network_mode host to deploy
- Add S3 credentials, auth config, and OTel endpoint
- Switch from port mapping to network_mode: host
- Fixes container crash on missing AUTH_API_KEY
2026-05-17 22:32:47 +08:00
58cfd917c1 fix: replace cleanWs with deleteDir in Jenkinsfile 2026-05-05 16:35:33 +08:00
236afb5628 feat: add Jenkinsfile for Pipeline CI/CD 2026-05-05 16:13:55 +08:00