Commit Graph

3 Commits

Author SHA1 Message Date
Tim Hadwen
b48a0ffe93 Add nightly auto-update via systemd timer
Add scripts/update.sh that fetches origin/main, resets if changed,
reinstalls dependencies when requirements.txt differs, and restarts
the service. Deploy script now installs a systemd timer that triggers
the update nightly at 03:00 with Persistent=true for catch-up on
missed runs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 16:29:35 +10:00
timmyhadwen
05cec3718f Fix deployment to use git clone instead of copying files 2025-12-21 16:58:56 +10:00
timmyhadwen
4010ffc01b Initial commit: Brother QL USB-to-Network Bridge
- TCP server exposing USB Brother QL printers on port 9100
- Supports all Brother QL series label printers
- Async architecture for handling concurrent print jobs
- Raspberry Pi deployment script and systemd service
- Documentation for setup and InvenTree integration
2025-12-21 16:46:14 +10:00