Handover workspace

ERS, Todo, OfferReview, and Docu in one view

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

Apr 3, 2026, 11:07 AM

Todo

Runtime Context

No explicit start commands were listed.

_generated/01-runtime-context.md

Updated Apr 3, 2026, 11:07 AM

Runtime Context

Deployment

  • Tool: Todo
  • Domain: todo.r32a.com
  • Framework: Next.js
  • Runtime summary: Node app slot on port 3005`
  • Code path: /srv/apps/todo/prod
  • Working directory: /srv/apps/todo/prod
  • Environment file: /etc/todo-prod.env
  • Repo: git@github-dowhat:rrzli/dowhat.git
  • Branch: main
  • Last commit: 986fd54 (2026-03-04)
  • Health: attention

Services

ServiceActiveEnabled
todo-prod.serviceunknownenabled

Ports

LabelAddressStatus
App port reserved127.0.0.1:3005listening

Important Environment Keys

  • NODE_ENV
  • HOST
  • PORT
  • APP_BASE_URL
  • DATABASE_URL
  • JWT_SECRET
  • INTERNAL_API_SECRET
  • RESEND_API_KEY
  • RESEND_FROM_EMAIL
  • OPENAI_API_KEY
  • OPENAI_MODEL

Data Paths

  • /srv/apps/todo/prod
  • /srv/apps/todo/storage
  • /srv/apps/todo/backups

Start Commands

No explicit start commands were listed.

Common Support Commands

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