docs: add geo blocking docs and refresh screenshots

- Add Geo Blocking section to README with rule types and GeoIP setup
- Add Geo Blocking card to landing page (site/index.html)
- Refresh all 4 screenshots from current UI

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
fuomag9
2026-02-25 09:07:51 +01:00
parent c08e48a06a
commit 95455a4e8b
6 changed files with 43 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 KiB

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -54,7 +54,7 @@
<section class="hero container">
<h1>Control Every Edge.</h1>
<p>The modern, secure context for your reverse proxy. Manage Caddy with an intuitive interface, automatic HTTPS,
and detailed audit logging.</p>
geo blocking, and detailed audit logging.</p>
<div class="btn-group">
<a href="#deployment" class="btn btn-primary">Get Started</a>
@@ -86,6 +86,10 @@
out of the
box.</p>
</div>
<div class="card">
<h3>Geo Blocking</h3>
<p>Block or allow traffic by country, continent, ASN, CIDR range, or exact IP — per proxy host, with allow-override rules.</p>
</div>
<div class="card">
<h3>Access Control</h3>
<p>Secure your endpoints with basic auth, IP access lists, or valid OAuth2/OIDC sessions.</p>