Commit graph

5 commits

Author SHA1 Message Date
6a36a9d2d5
Remote mode and dangerous flag, other tweaks
* Add remote mode for harvesting a remote machine via a local workstation (no need to install enroll remotely)
   Optionally use `--no-sudo` if you don't want the remote user to have passwordless sudo when conducting the
   harvest, albeit you'll end up with less useful data (same as if running `enroll harvest` on a machine without
   sudo)
 * Add `--dangerous` flag to capture even sensitive data (use at your own risk!)
 * Do a better job at capturing other config files in `/etc/<package>/` even if that package doesn't normally
   ship or manage those files.
2025-12-17 17:02:16 +11:00
f255ba566c
biiiiig refactor to support jinjaturtle and multi site mode 2025-12-16 20:14:20 +11:00
e4be7f5975
Rename secrets to ignore as it does more than secrets
All checks were successful
CI / test (push) Successful in 5m35s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 17s
2025-12-15 17:03:28 +11:00
2f5a65b737
Bump version
Some checks failed
CI / test (push) Failing after 1m18s
Trivy / test (push) Successful in 18s
Lint / test (push) Successful in 28s
2025-12-15 13:34:20 +11:00
809f21dd35
CHANGELOG is markdown
Some checks failed
CI / test (push) Failing after 1m55s
Trivy / test (push) Has been cancelled
Lint / test (push) Successful in 30s
2025-12-15 11:58:23 +11:00
Renamed from CHANGELOG.txt (Browse further)