Handover workspace

ERS, Todo, OfferReview, and Docu in one view

Imported from live server docs, code structure, and deployment notes.

Apr 3, 2026, 12:38 PM

OfferReview

Runtime Context

No summary found yet.

_generated/01-runtime-context.md

Updated Apr 3, 2026, 12:38 PM

Runtime Context

Deployment

  • Tool: OfferReview
  • Domain: offer.r32a.com
  • Framework: Next.js
  • Runtime summary: Next.js 16 + Prisma
  • Code path: /srv/apps/offerreview/prod
  • Working directory: /srv/apps/offerreview/prod
  • Environment file: /etc/offerreview-prod.env
  • Repo: git@github.com:rrzli/offerreview.git
  • Branch: main
  • Last commit: fa5a5f4 (2026-03-25)
  • Health: attention

Services

ServiceActiveEnabled
offerreview-prod.serviceunknownenabled

Ports

LabelAddressStatus
App port127.0.0.1:3001listening

Important Environment Keys

  • NODE_ENV
  • HOST
  • PORT
  • DATABASE_URL
  • NEXTAUTH_URL
  • NEXTAUTH_SECRET
  • OPENAI_API_KEY
  • OPENAI_MODEL

Data Paths

  • /srv/apps/offerreview/prod/uploads
  • /srv/apps/offerreview/prod

Start Commands

  • npm start -- --hostname 127.0.0.1 --port 3001

Common Support Commands

  • cd /srv/apps/offerreview/prod
  • git -C /srv/apps/offerreview/prod status -sb
  • git -C /srv/apps/offerreview/prod log -1 --oneline
  • systemctl status offerreview-prod.service
  • journalctl -u offerreview-prod.service -n 100 --no-pager
  • systemctl restart offerreview-prod.service