From c5f5be6f3fe693866b376fad9b45a13eb1f5b776 Mon Sep 17 00:00:00 2001 From: William Gill Date: Fri, 12 Jun 2026 15:27:50 -0500 Subject: [PATCH] docs: add "About this repo" intro to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explain the project's origin — years of personal infra notes and scripts, polished with Claude into a consistent, multi-distro toolkit — and note that more is still being added from the collection. Framed as a starting point for friends to use and extend. PRs and ideas welcome. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 85db63d..55e3e5f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Alma Linux** (every distro difference is gated in [`scripts/oslib.sh`](scripts/oslib.sh)); each Docker stack runs behind Caddy with automatic Let's Encrypt TLS, orchestrated with Docker Compose. +> **About this repo.** This started as years of personal notes and one-off +> scripts I'd accumulated running my own infrastructure. I worked with Claude +> to clean them up, make them consistent and multi-distro, and add some +> quality-of-life options — so friends can use them too, and build on them. +> I'm still working through my collection and adding more as I go, so expect +> this to keep growing. Treat it as a starting point: fork it, wire in your own +> domains/keys, and send improvements back. PRs and ideas welcome. + ## One command to run anything ```bash