Commit Graph
13 Commits
Author SHA1 Message Date
austinandClaude Opus 4.8 11ae5f378d Rewrite on the Bennett platform: Spring Boot + Vite/React SPA
build-and-publish / build (push) Successful in 1m9s
Replaces the Next.js app. Same site, same look; the parts that were decisions rather
than markup now live in Java.

- catalogue, curated order, category filter and image URLs move from a TypeScript array
  into Postgres behind /api/products and /api/categories
- contact form uses the shared platform-starter-contact: validate, RECORD, send, then
  fan out to n8n. Recording first means a relay outage costs a notification, not an enquiry
- PageMetaController rewrites title/description/OG per route, replacing what Next's SSR
  gave crawlers and link-preview scrapers
- 50MB of photos leave the repo for the MinIO bucket, re-encoded to webp (14MB) with EXIF
  (including phone GPS) stripped
- fixes a catalogue typo: 'Strawberry Pie' was category 'Pies', which no filter matched, so
  it was unreachable unless browsing All

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01XXKjx7FNyRVAjU8dgB5KhN
2026-07-22 22:09:51 -05:00
austin 3f9efa178a ci: exercise workflow_run webhook (no-op)
build-and-publish / build (push) Successful in 3s
2026-07-22 19:50:15 -05:00
austinandClaude Opus 4.8 69e67182a1 contact: fan out enquiries to n8n hub (fire-and-forget)
build-and-publish / build (push) Successful in 8s
Keeps the direct SMTP email as the reliable delivery path; when CONTACT_HUB_URL
is set, also POSTs the enquiry to the n8n webhook so the hub sends the customer
auto-reply and (later) creates CRM/task records. Best-effort with a 4s timeout,
so a slow or down hub never blocks or fails the form.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-07-22 18:12:45 -05:00
austinandClaude Opus 4.8 c88bd3bc98 contact route: optional SMTP auth + trust local self-signed relay/bridge
build-and-publish / build (push) Successful in 2s
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-22 15:17:06 -05:00
austinandClaude Opus 4.8 0736081b5f ci: push image under thevine org after repo move
build-and-publish / build (push) Successful in 9s
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-22 11:53:58 -05:00
austin 9976d45af2 ci: re-trigger build after runner docker.sock fix
build-and-publish / build (push) Successful in 15s
2026-07-22 10:50:09 -05:00
austinandClaude Opus 4.8 d1cbe93721 Add Docker build + Gitea Actions CI for self-hosting
build-and-publish / build (push) Failing after 11s
- next.config: output 'standalone' for a self-contained server bundle
- Dockerfile: multi-stage Next.js build (node:22-alpine)
- .gitea/workflows/deploy.yml: build + push to the Gitea registry

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-22 10:44:04 -05:00
austin 12c7f2ee49 added a dynamic favicon 2025-02-25 16:54:58 -08:00
austin 16db05a6a7 removed unessesary images 2025-02-25 16:54:45 -08:00
austin 84693e10b0 removed history page 2025-02-11 10:45:19 -06:00
austin 3e18e8e058 updated readme 2025-02-10 12:45:41 -06:00
austin a6ecff81d0 updated default.nix shell for nextjs 2025-02-10 12:42:19 -06:00
austin 9d03bcf8ee 2.0 2025-02-08 14:24:51 -06:00