gcx/backend/services/admin-service/src
hailin 7bb89b87ae fix(admin-service): 本地磁盘存储 + Docker volume 解决 EACCES 权限问题
回退 MinIO 方案,改用本地磁盘存储(与 git 历史及 rwadurian 一致)。
根本原因:容器内无权在 ./uploads 创建目录(EACCES)。
修复方案:
  - UPLOAD_DIR 默认改为 /app/uploads(明确绝对路径)
  - docker-compose 添加命名卷 admin-uploads 挂载到 /app/uploads
  - 挂载卷由 Docker 管理,容器拥有写权限

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 08:20:05 -08:00
..
application/services fix(admin-service): 本地磁盘存储 + Docker volume 解决 EACCES 权限问题 2026-03-07 08:20:05 -08:00
domain fix(update): 修复 app 版本更新检查路径 + 解决 MinIO presigned URL 24h 过期 2026-03-03 21:13:13 -08:00
infrastructure fix(admin-service): align APK/IPA parser with RWADurian implementation 2026-03-07 06:08:47 -08:00
interface/http feat(upload): parse=upload+save+metadata, register=JSON only — no double upload 2026-03-07 07:19:28 -08:00
admin.module.ts fix(admin-service): 注册 JwtStrategy 解决 "Unknown authentication strategy" 错误 2026-03-03 08:16:38 -08:00
main.ts fix(admin-service): 移除全局前缀排除规则 — 让 app/version 路由正确响应 /api/v1 前缀 2026-03-03 21:39:32 -08:00