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
| Service | Active | Enabled |
|---|
| todo-prod.service | unknown | enabled |
Ports
| Label | Address | Status |
|---|
| App port reserved | 127.0.0.1:3005 | listening |
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