Commit graph

6 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
026416d158
Fix tests
All checks were successful
CI / test (push) Successful in 5m36s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 21s
2025-12-16 20:48:08 +11:00
c6f174dd55
fix...
Some checks failed
CI / test (push) Failing after 4m43s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 21s
2025-12-15 12:34:26 +11:00
ac0c884c39
Another fix for systemd unit file
Some checks failed
Trivy / test (push) Successful in 19s
CI / test (push) Failing after 1m37s
Lint / test (push) Failing after 28s
2025-12-15 12:28:21 +11:00
283f3286f2
Fix test
Some checks failed
CI / test (push) Failing after 1m34s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 19s
2025-12-15 12:22:59 +11:00
227be6dd51
Many tweaks 2025-12-15 11:04:54 +11:00