mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 14:30:42 +00:00
* fix(docker): honor OMNIROUTE_BASE_PATH behind reverse-proxy subpaths Next.js basePath is compile-time state; Docker now records the baked value, forwards the env var as a build-arg, patches root-path images at container start when needed, and probes health under the active subpath. Hard Rule #13: scripts/docker/patch-basepath.sh and the entrypoint invoke Node with a fixed argv; OMNIROUTE_BASE_PATH is read from process.env only — never interpolated into sed/awk. Closes #8600 * fix(docs): unblock CI for Docker basePath guide Describe the build-time basePath marker as a sentinel file instead of a fabricated env var, and replace the unsupported ```env fence with bash so fumadocs/Shiki can compile DOCKER_GUIDE.md during DAST smoke. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(docker): add changelog fragment for #8615 basePath bundle patch Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| ensure-native-sqlite.mjs | ||
| head-response-guard.cjs | ||
| healthcheck.mjs | ||
| http-method-guard.cjs | ||
| main-server-timeouts.mjs | ||
| peer-stamp.mjs | ||
| responses-ws-proxy.mjs | ||
| run-ecosystem-tests.mjs | ||
| run-next-playwright.mjs | ||
| run-next.mjs | ||
| run-playwright-tests.mjs | ||
| run-protocol-clients-tests.mjs | ||
| run-standalone.mjs | ||
| smoke-electron-packaged.mjs | ||
| standalone-server-ws.mjs | ||
| sync-env.mjs | ||
| system-info.mjs | ||
| tls-options.mjs | ||
| turbopackCacheHeal.mjs | ||
| v1-ws-bridge.mjs | ||
| webdav-handler.mjs | ||