Commit Graph

11 Commits

Author SHA1 Message Date
Ada
02e2c2687d setup.sh: fix read for piped mode — detect non-interactive and skip prompt 2026-04-06 10:25:16 -04:00
Ada
fd16032a91 setup.sh: fix — curl prerequisite check, exits with install instructions if missing 2026-04-06 10:23:09 -04:00
Ada
713cc1ed0f setup.sh: fix curl dependency check for minimal Debian, auto-install curl if missing 2026-04-06 10:21:50 -04:00
Ada
9641d24edb setup.sh: add confirmation prompt, pre-flight checks, splash screen, color-free output 2026-04-06 10:17:55 -04:00
Ada
5ccf6b6aab add: setup.sh — one-shot deploy on fresh Debian/Ubuntu 2026-04-06 10:15:56 -04:00
Ada
1153ad4989 fix: restore nginx.conf, bake into nginx image for /api/ proxy 2026-04-06 10:07:50 -04:00
Ada
c9e2c91a6b restructure: all-in-one deploy dir — www/ for frontend, context: . for builds 2026-04-06 10:02:51 -04:00
Ada
a077bffb08 docker-compose: build both images from source, bake frontend into nginx, use --build flag 2026-04-06 09:41:20 -04:00
Ada
49aa8adce4 frontend: use relative API URL (/api) instead of hardcoded IP — makes deploy truly portable 2026-04-06 09:30:07 -04:00
Ada
887be4df40 README: update clone URL to gitea.ledrew.me domain, add seed command 2026-04-06 09:20:11 -04:00
Ada
c995161fa6 Add Docker Compose deployment
- Dockerfile: Node.js 20 Alpine, single-stage build
- docker-compose.yml: backend + nginx, named volume for SQLite
- server.js: updated for Docker (env vars for PORT/DATA_DIR)
- nginx.conf: updated for Docker networking (backend hostname)
- README.md: full deployment instructions
2026-04-06 09:04:24 -04:00