From 50e7706426e9a78db958d11838f595f13eea778e Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 1 Jan 2026 16:40:37 +0100 Subject: [PATCH] Auto-commit local changes before build (2026-01-01 16:40:37) --- .last-branch | 2 +- build-and-push.sh | 0 .../src/templates/main/run_checks.html | 24 +++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) mode change 100644 => 100755 build-and-push.sh diff --git a/.last-branch b/.last-branch index ba2906d..328db20 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -main +v20260101-03-run-checks-page-guide-text diff --git a/build-and-push.sh b/build-and-push.sh old mode 100644 new mode 100755 diff --git a/containers/backupchecks/src/templates/main/run_checks.html b/containers/backupchecks/src/templates/main/run_checks.html index 541a854..b9e946b 100644 --- a/containers/backupchecks/src/templates/main/run_checks.html +++ b/containers/backupchecks/src/templates/main/run_checks.html @@ -1,3 +1,27 @@ + +
+

Run Checks workflow

+

+ The Run Checks page is used for daily operational triage. It lists job runs that need attention so they can be reviewed, + documented, and cleared from the active overview. +

+

+ The primary goal is to keep this page as empty as possible. An empty Run Checks page indicates that backups are being actively + monitored and handled. +

+ +

+ By consistently reviewing runs and documenting follow-up where needed, the Run Checks page provides both operational focus + and auditable proof that backups are being checked. +

+
{% extends "layout/base.html" %} {% block content %}