forked from claw/flaskpaste
docs: update for systemd and rate limit headers
This commit is contained in:
@@ -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
|
||||
└─────────────────────────────────┴────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user