backupy-agent/apps/agent/internal/state
TronoSfera f9160a7686 fix(agent): env vars BACKUPY_* and accept 64-hex agent keys
Two defects exposed by the first real-world deployment (Flw VPS):
- Env tags were BACKUP_* (no Y). Server + dashboard use BACKUPY_*.
- agentKeyPattern only matched bkpy_(live|test)_<32 alnum>; server's
  generateAgentKey emits 64 lowercase hex chars. Accept both.
2026-05-18 14:17:54 +03:00
..
crypto.go fix(agent): env vars BACKUPY_* and accept 64-hex agent keys 2026-05-18 14:17:54 +03:00
sha.go fix: include apps/agent/internal/state package (gitignore was eating it) 2026-05-17 20:26:04 +03:00
state.go fix(agent): env vars BACKUPY_* and accept 64-hex agent keys 2026-05-18 14:17:54 +03:00
state_test.go fix: include apps/agent/internal/state package (gitignore was eating it) 2026-05-17 20:26:04 +03:00