From 1a7678cbce147129d971ec1f1907e121af369260 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 20 Feb 2026 19:59:31 +0000 Subject: [PATCH] docs: add pull/open/run quick start to landing page --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c576465..8d12134 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ ![F2B Control Center — main dashboard](Screenshots/Full%20Ban%20Grid.png) +```bash +# 1. Pull +git clone https://git.thisisfake.lol/mykey/Fail2Ban-Dashboard---NPM && cd Fail2Ban-Dashboard---NPM + +# 2. Open docker-compose.yml — set SUBNETS_TO_IGNORE to your local network ranges + +# 3. Run +docker compose up -d +``` + +Dashboard at `http://YOUR_HOST:4000` — no other setup required. + --- ## What It Does