From b992cbdb345ebc151dd68ce90a79ade594949f45 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 10 Jan 2026 11:50:22 +1100 Subject: [PATCH] Content tweaks --- src/content/docs.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/content/docs.html b/src/content/docs.html index 4b2533b..a077b82 100644 --- a/src/content/docs.html +++ b/src/content/docs.html @@ -272,9 +272,6 @@ ignore_package_versions = true
The enroll diff feature supports sending the difference to a webhook of your choosing, or by e-mail. The payload can be sent in json, plain text, or markdown.
-

A great way to use enroll diff is to run it periodically (e.g via cron or a systemd timer). Below is an example.

- -
Noise suppression
Use --exclude-path to ignore file/dir drift under specific paths (e.g. /var/anacron). Use --ignore-package-versions to ignore routine package upgrades/downgrades while still reporting added/removed packages.
@@ -301,6 +298,8 @@ ignore_package_versions = true

How to run enroll diff automatically on a timer

+

A great way to use enroll diff is to run it periodically (e.g via cron or a systemd timer). Below is an example.

+

Store the below file at /usr/local/bin/enroll-harvest-diff.sh and make it executable.