docs: update for systemd and rate limit headers

This commit is contained in:
Username
2025-12-24 20:05:30 +01:00
parent cf458347ef
commit 4577a1d7e4
4 changed files with 57 additions and 39 deletions

View File

@@ -81,7 +81,6 @@ A self-hosted pastebin API that:
- Syntax highlighting
- Paste forking / versioning
- Public paste listing / discovery
- Rate limiting per IP (delegated to reverse proxy)
- Multi-node clustering / distributed storage
- Alternative storage backends (S3, PostgreSQL)
@@ -135,7 +134,7 @@ A self-hosted pastebin API that:
│ Content-hash deduplication │ Complete
│ Proof-of-work │ Complete
│ Anti-flood (dynamic PoW) │ Complete
│ IP-based rate limiting │ Complete
│ IP-based rate limiting │ Complete (with X-RateLimit-* headers)
│ URL prefix support │ Complete
│ /client endpoint │ Complete
│ E2E encryption (CLI) │ Complete
@@ -151,6 +150,7 @@ A self-hosted pastebin API that:
│ CLI paste listing/search │ Complete
│ Public certificate registration │ Complete
│ CLI register command │ Complete
Test suite │ 216 tests passing
systemd deployment │ Complete (security-hardened)
│ Test suite │ 284 tests passing
└─────────────────────────────────┴────────────────────────────────────────────┘
```