docs: add url shortener documentation

This commit is contained in:
Username
2026-02-16 20:56:55 +01:00
parent 75a9bf56d9
commit 2679bc8e69
6 changed files with 268 additions and 5 deletions

View File

@@ -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)
└─────────────────────────────────┴────────────────────────────────────────────┘
```