1
0
Commit Graph

12 Commits

Author SHA1 Message Date
matmoul 3fe7959850 fix: avoid sed interpolation when prepending log summary
Use a temporary file to write the summary header and existing log content, then replace the original log atomically. This removes the dependency on sed for summary insertion and avoids unsafe string interpolation.
2026-04-26 00:36:01 +02:00
matmoul 46f42c8893 fix: harden checklist selection parsing and clarify -f help text 2026-04-26 00:33:27 +02:00
matmoul f9af0f4823 docs: update roadmap with next hardening priorities 2026-04-26 00:26:09 +02:00
matmoul a25caf6f3d feat: make SSH user configurable and harden remote actions 2026-04-26 00:19:39 +02:00
matmoul f3c649341a fix: make log viewer optional and document runtime dependencies 2026-04-26 00:08:02 +02:00
matmoul 2ed34b97be docs: expand netupgrade usage and configuration docs
Update the README with installation, requirements, supported actions, config format, and usage details. Align the CLI help text with current behavior and add startup checks for required runtime dependencies.
2026-04-25 23:59:28 +02:00
matmoul 9de65f9aa5 chore: add repository guidance and state context files 2026-04-25 23:51:29 +02:00
matmoul 09d4815a88 Add archlinux-keyring update and system upgrade steps to netupgrade script 2026-02-14 01:33:19 +01:00
matmoul 1d4a884195 Fix ssh command by removing -f flag and add shellcheck disable comment 2026-02-14 01:29:40 +01:00
matmoul 8153a8f013 add CMD 2025-12-14 04:19:51 +01:00
matmoul 1ce9422d09 More details in view and add CMD 2025-12-14 04:01:34 +01:00
matmoul 0387b79f3e Add Code 2025-06-10 00:29:29 +02:00