1
0
Commit Graph

10 Commits

Author SHA1 Message Date
matmoul 3e78f8afe6 fix: simplify pacman orphan cleanup command construction 2026-04-26 01:08:09 +02:00
matmoul afea447887 docs: update roadmap with review findings and next priorities 2026-04-26 00:45:03 +02:00
matmoul e2b3a0a88d fix: correct package cleanup commands in netupgrade
Use apt-get autoremove --purge instead of a separate empty purge step, and pass the CLI yes flag through to apk upgrade so the logged commands match actual behavior.
2026-04-26 00:40:24 +02:00
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