Commit Graph

17 Commits

Author SHA1 Message Date
Ada
9de99475d4 setup.sh: fix compose install — try apt-get docker-compose first, pip3 fallback 2026-04-06 10:38:07 -04:00
Ada
780eb63f85 setup.sh: fix docker-compose — check for both plugin and standalone, install standalone docker-compose if plugin unavailable 2026-04-06 10:36:25 -04:00
Ada
821a990a50 setup.sh: remove stale Docker Inc repo before apt-get update to fix failure on Debian 2026-04-06 10:34:15 -04:00
Ada
80752ae502 setup.sh: fix read — use -t 0 (stdin TTY), add 5s timeout for piped mode so user can abort or wait 2026-04-06 10:32:00 -04:00
Ada
4379b6c7f9 setup.sh: simplify — use docker.io directly, remove Docker Inc repo, remove install command, fix docker/check 2026-04-06 10:29:56 -04:00
Ada
4cb17bca32 setup.sh: fix Docker install — try Docker Inc repo first, fall back to docker.io on Debian; improve TTY detection 2026-04-06 10:27:10 -04:00
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