docs: add pull/open/run quick start to landing page

This commit is contained in:
2026-02-20 19:59:31 +00:00
parent 27f6882684
commit 1a7678cbce

View File

@@ -4,6 +4,18 @@
![F2B Control Center — main dashboard](Screenshots/Full%20Ban%20Grid.png) ![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 ## What It Does