Skip to content

[FEATURE] - PR9 : Web deploy - #1204

Merged
canihavesomecoffee merged 1 commit into
CCExtractor:masterfrom
pulk17:web-deploy
Sep 19, 2026
Merged

canihavesomecoffee merged 1 commit into
CCExtractor:masterfrom
pulk17:web-deploy

Conversation

@pulk17

@pulk17 pulk17 commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

[FEATURE]

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used the project.
  • I have used the project briefly.
  • I have used the project extensively, but have not contributed previously.
  • I am an active contributor to the project.

Serving the console from /app/ on the platform's own domain. Depends on #1203.

What's here

an nginx block serving the static build at /app/, with hashed assets cached hard and an SPA fallback
a step in the existing deploy pipeline that builds the console on the runner and ships only dist/, so the VM needs no Node toolchain
CONSOLE_URL written by install.sh, so recovery emails link to the console
web.yml, which lints, typechecks, builds and audits - and only runs when web/ changes, so it doesn't fire on backend PRs

Same origin as the API is the point: no CORS, no second certificate, and no third party in the path when someone signs in.

@pulk17 pulk17 changed the title Web deploy [FEATURE] - PR9 : Web deploy Sep 14, 2026
Serve the console from /app/ on the platform's own domain: nginx block,
CONSOLE_URL so recovery emails point at it, and a pipeline step that builds
it on the runner and ships only dist/.

Also raises client_max_body_size, which nginx was capping at its 1 MB
default while the API accepts 512 MB.
@sonarqubecloud

Copy link
Copy Markdown

@canihavesomecoffee
canihavesomecoffee merged commit b83a3ac into CCExtractor:master Sep 19, 2026
7 checks 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