Commit Graph

6 Commits

Author SHA1 Message Date
steve d7fde71e15 Add ntfy success/failure notifications to Docker build workflow 2026-03-12 13:56:40 -06:00
steve a52244af39 Fix missing latest tag causing Portainer deploy failure
docker-compose pulls :latest but the workflow only pushed branch-name
tags (e.g. :main) and SHA tags -- never :latest. Portainer stacks
reported "manifest unknown" when trying to pull the image.

Add type=raw,value=latest scoped to the default branch so pushes to
main now also tag the image as :latest.
2026-03-12 13:51:04 -06:00
steve e5e1569fa7 Fix IMAGE_NAME to use vars.DOCKERHUB_USERNAME 2026-03-12 12:44:06 -06:00
steve 20dd54682d Update Docker config: opt into Node.js 24 actions, rename to check-printing
- Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true to docker-build workflow
- Switch login step to vars.DOCKERHUB_USERNAME (non-secret)
- Rename docker-compose service, container, volume, and DB file to check-printing
2026-03-12 12:33:45 -06:00
steve 5522029c5e Correct docker-build variables 2026-03-12 12:05:23 -06:00
steve e252ddb952 Add full project structure: backend, frontend, Docker, and CI workflows
- Organize backend into src/ (routes/, services/, db/) per package.json entrypoint
- Add migrations/import-mdb.js for one-time .mdb → SQLite migration
- Add public/ frontend: check ledger table, slide-in new/edit panel, PDF generation
- Add docker/Dockerfile and docker-compose.yml for self-hosted deployment
- Add .github/workflows: Docker Hub build+push on main/tags, TODO→Issues scanner
- Add GnuMICR font files (GPL-2.0) for MICR E-13B line rendering
2026-03-12 10:29:36 -06:00