Commit Graph
9 Commits
Author SHA1 Message Date
MarSeventh 26c427a81f feat(docker): add client IP injection and update .gitignore
- Add getConnInfo to inject client real IP into x-real-ip header
  in Docker/Node.js environment (where cf-connecting-ip is unavailable)
- Strip IPv6-mapped IPv4 prefix (::ffff:) for clean IP values
- Add .claude/ to .gitignore
2026-03-04 12:11:34 +08:00
MarSeventh 2d37681747 2.6.2:重构Docker运行架构;新增上传时目录自动建议功能 2026-03-04 11:30:21 +08:00
copilot-swe-agent[bot]andMarSeventh 28bac3da3c Add error logging in fetch interceptor catch block
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 18:15:34 +00:00
copilot-swe-agent[bot]andMarSeventh 3b1536009d Replace URL rewrite with fetch interceptor to fix url.origin-based logic; fix folder delete/move body consumption bug
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 18:05:41 +00:00
copilot-swe-agent[bot]andMarSeventh 6b374f110a Move port declaration to top of module for clarity
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 16:56:18 +00:00
copilot-swe-agent[bot]andMarSeventh 84f59d860f Fix Docker self-referencing fetch: rewrite request URL to use internal server port
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 16:54:11 +00:00
copilot-swe-agent[bot]andMarSeventh 50e97d5d3d Fix Docker deployment issues: add request.cf mock, boolean binding in SQLite, caches API mock, graceful purgeCFCache error handling
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 16:46:40 +00:00
copilot-swe-agent[bot]andMarSeventh 5abd8bbe0f Address code review: restore package-lock name, cleanup build tools in Dockerfile, add bind() comment
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 15:56:10 +00:00
copilot-swe-agent[bot]andMarSeventh 08f5d59e0b Refactor Docker deployment: replace wrangler with native Node.js Hono server + SQLite + local R2 storage
Co-authored-by: MarSeventh <[email protected]>
2026-03-03 15:50:44 +00:00