From 2cbadb7458e08ce5e2986ac38dc946a55b3bfecb Mon Sep 17 00:00:00 2001 From: Khoi Nguyen Date: Fri, 1 May 2026 10:28:08 +0700 Subject: [PATCH] docs: polish README intro with positioning and runcloud-go link Replace bare title with one-liner pitch, scale stats (20+ servers), feature summary, and link to companion runcloud-go dashboard. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de885a2..71d3407 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# RunCloud - Bash scripts +# runcloud-bash-scripts + +> A production-grade Bash toolkit for RunCloud sysadmins managing WordPress fleets at scale. + +Battle-tested across **20+ live servers** running OpenLiteSpeed/Nginx on Ubuntu 20/22/24, this repo bundles the scripts I actually run every day: full WordPress migrations between servers, per-app CVE scanning via the [WPVulnerability.net](https://www.wpvulnerability.net/) API, WP Security Audit, permission fixes, disk cleanup, my.cnf tuning, code freeze, batch wp-cli updates, server metrics with webhook reporting, and one-command self-update. + +Pairs with [`runcloud-go`](https://github.com/codetot-web/runcloud-go) — a Docker-deployed Go dashboard that wires these scripts into per-app actions across your fleet. + +**Why another toolkit?** RunCloud's panel covers provisioning. This covers everything *after* — the daily ops, migrations, security work, and cleanup that keeps a multi-tenant WordPress fleet healthy. Author: [@khoipro](https://github.com/khoipro), @copilot