Skip to content

feat: add base-path support for running behind reverse proxy#515

Merged
rchl merged 1 commit into
aaronshaf:masterfrom
m-pavel:feature/base-path-support
Apr 9, 2026
Merged

feat: add base-path support for running behind reverse proxy#515
rchl merged 1 commit into
aaronshaf:masterfrom
m-pavel:feature/base-path-support

Conversation

@m-pavel
Copy link
Copy Markdown
Contributor

@m-pavel m-pavel commented Mar 7, 2026

Add --base-path CLI option and BASE_PATH env variable to allow deploying behind a reverse proxy (e.g., nginx). All routes use an Express Router mounted at the base path. All views updated to use basePath for links, assets, fetch URLs, and breadcrumb navigation. Fix mismatched quotes in EJS templates and add missing build step in Dockerfile.

Add --base-path CLI option and BASE_PATH env variable to allow deploying
behind a reverse proxy (e.g., nginx). All routes use an Express Router
mounted at the base path. All views updated to use basePath for links,
assets, fetch URLs, and breadcrumb navigation. Fix mismatched quotes in
EJS templates and add missing build step in Dockerfile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rchl rchl merged commit f2c524f into aaronshaf:master Apr 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants