hsa-app/scripts
Jean-Michel Tremblay 99b8541da0 Static portable build + env-file launcher for deployment
- build.sh: CGO_ENABLED=0 + -ldflags "-s -w" → fully static binary (pure-Go
  SQLite, no C toolchain), runs on any linux/<arch>; note GOARCH cross-compile.
- scripts/hsa-app.sh: load an env file (default /etc/hsa-app/hsa-app.env, or arg/
  $HSA_ENV_FILE), export it, then exec the binary ($HSA_BIN or ./hsa next to it).
  Suitable as a systemd ExecStart.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 08:32:19 -04:00
..
build.sh Static portable build + env-file launcher for deployment 2026-06-19 08:32:19 -04:00
go-env.sh Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
hsa-app.sh Static portable build + env-file launcher for deployment 2026-06-19 08:32:19 -04:00
run.sh Add AI auto-fill, tally, recent views, and cheaper-by-default classification 2026-06-18 22:04:42 -04:00
test.sh Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00