From 0ebc325746a7963dd39c2bd9ecdde61739056d86 Mon Sep 17 00:00:00 2001 From: Brandon Walter <51866976+echoparkbaby@users.noreply.github.com> Date: Sun, 3 May 2026 18:53:33 -0500 Subject: [PATCH] docs: rename to NAS Burn-In + version bump in spec/context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Catches the README, SPEC, and CLAUDE.md that were missed in the 1.0.0-38 product rename. Infrastructure identifiers (paths, container, repo URL) deliberately stay as truenas-burnin. Also refreshes SPEC.md version (1.0.0-8 → 1.0.0-39) and CLAUDE.md last-updated stamp (1.0.0-12 → 1.0.0-39). --- CLAUDE.md | 4 ++-- README.md | 2 +- SPEC.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 70792f9..dd35218 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,7 +1,7 @@ -# TrueNAS Burn-In Dashboard — Project Context +# NAS Burn-In Dashboard — Project Context > Drop this file in any new Claude session to resume work with full context. -> Last updated: 2026-04-29 (v1.0.0-12 — live against TrueNAS SCALE 25.10) +> Last updated: 2026-05-03 (v1.0.0-39 — live against TrueNAS SCALE 25.10) --- diff --git a/README.md b/README.md index 7c77fd6..6f419db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TrueNAS Burn-In Dashboard +# NAS Burn-In Dashboard Web dashboard for running disciplined burn-in tests on TrueNAS drives. Sits next to the NAS, not on it — orchestrates `smartctl`, `badblocks`, and diff --git a/SPEC.md b/SPEC.md index 3bcf041..d460803 100644 --- a/SPEC.md +++ b/SPEC.md @@ -1,6 +1,6 @@ -# TrueNAS Burn-In — Project Specification +# NAS Burn-In — Project Specification -**Version:** 1.0.0-8 +**Version:** 1.0.0-39 **Status:** Active Development **Audience:** Public / Open Source @@ -8,7 +8,7 @@ ## Overview -TrueNAS Burn-In is a self-hosted web dashboard that runs on a separate machine or VM and connects to a TrueNAS system via SSH to automate and monitor the drive burn-in process. It is designed for users who want to validate new hard drives before adding them to a ZFS pool — where reliability is non-negotiable. +NAS Burn-In is a self-hosted web dashboard that runs on a separate machine or VM and connects to a TrueNAS system via SSH to automate and monitor the drive burn-in process. It is designed for users who want to validate new hard drives before adding them to a ZFS pool — where reliability is non-negotiable. The app is not a TrueNAS plugin and does not run on TrueNAS itself. It connects remotely over SSH to issue smartctl and badblocks commands, polls results, and presents everything through a dark-themed real-time dashboard. It is deployed via Docker Compose and configured through a Settings UI and `.env` file.