v1.2
All checks were successful
Build & Release APK / build (push) Successful in 11m47s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
GTD
Minimal Getting Things Done app. One Expo/React Native codebase for iPhone, Android, and web; data lives in Postgres on the VPS.
- Web: https://gtd.rehbock.xyz (Expo web export, static)
- API: https://gtd.rehbock.xyz/api →
gtd-apicontainer (Bun,server/) - DB:
gtddatabase in thepersonal-dbPostgres container (server/schema.sql) - Auth: single bearer token (
API_TOKENinserver/.envon the VPS); enter it once in the app's Settings
Layout
app/— Expo app (expo-router, TypeScript). Tabs: Inbox / Next / Waiting / Someday / Projects; tap a task to clarify (list, project, context, waiting-for, due/defer dates).server/— Bun API + Dockerfile + compose. Deployed at~/personal/gtdon rehbock.xyz, joined topersonal-db_default+caddy_net.
Develop
cd app && npx expo start # scan QR with Expo Go (iPhone or Pixel)
Deploy
# API
rsync -a server/ --exclude .env.token.local rehbock.xyz:personal/gtd/
ssh rehbock.xyz 'cd ~/personal/gtd; and docker compose up -d --build'
# Web
cd app && npx expo export --platform web
rsync -a --delete dist/ rehbock.xyz:personal/gtd/web/
Description
v1.11
Latest
Languages
TypeScript
89.7%
Kotlin
5.2%
JavaScript
4.9%
Dockerfile
0.2%