forked from username/flaskpaste
docs: add url shortener documentation
This commit is contained in:
@@ -67,6 +67,7 @@ A self-hosted pastebin API that:
|
||||
- Client-side E2E encryption (CLI)
|
||||
- Burn-after-read pastes
|
||||
- Custom expiry per paste
|
||||
- URL shortener with open redirect prevention
|
||||
- URL prefix for reverse proxy deployments
|
||||
- Security headers (HSTS, CSP, X-Frame-Options, etc.)
|
||||
- Request tracing and structured logging
|
||||
@@ -118,7 +119,7 @@ A self-hosted pastebin API that:
|
||||
|
||||
## Current Status
|
||||
|
||||
**Version:** 1.5.0
|
||||
**Version:** 1.6.0
|
||||
|
||||
```
|
||||
┌─────────────────────────────────┬────────────────────────────────────────────┐
|
||||
@@ -151,8 +152,9 @@ A self-hosted pastebin API that:
|
||||
│ Public certificate registration │ Complete
|
||||
│ CLI register command │ Complete
|
||||
│ systemd deployment │ Complete (security-hardened)
|
||||
│ Test suite │ 301 tests passing
|
||||
│ Test suite │ 346 tests passing
|
||||
│ Kubernetes deployment │ Complete (k3s, NodePort :30500)
|
||||
│ Harbor registry integration │ Complete (CI/CD + Trivy scanning)
|
||||
│ URL shortener │ Complete (8-char base62, redirect, info)
|
||||
└─────────────────────────────────┴────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user