DocFast session 87: cache header fix, SEO audit
This commit is contained in:
parent
d593f3b249
commit
850d1d4e41
5 changed files with 74 additions and 14 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"phase": "production-live",
|
||||
"version": "0.4.3-prod / 0.4.5-staging",
|
||||
"version": "0.4.3-prod / 0.5.0-staging",
|
||||
"staging": {
|
||||
"status": "running",
|
||||
"namespace": "snapapi-staging",
|
||||
"replicas": 1,
|
||||
"image": "docker.io/library/snapapi:v0.4.3",
|
||||
"image": "git.cloonar.com/openclawd/snapapi:latest",
|
||||
"healthCheck": "passing"
|
||||
},
|
||||
"production": {
|
||||
|
|
@ -22,16 +22,19 @@
|
|||
],
|
||||
"completed": [
|
||||
"Core screenshot API (POST /v1/screenshot)",
|
||||
"GET /v1/screenshot endpoint with ?key= auth (staging) — enables <img> embedding",
|
||||
"In-memory LRU response cache with X-Cache headers (staging) — 5min TTL, 100MB max, bypass via cache=false",
|
||||
"Playground endpoint (POST /v1/playground) — no auth, IP rate limited (5/hr), watermarked",
|
||||
"Watermark service — overlays 'snapapi.eu — upgrade for clean screenshots' on playground output",
|
||||
"Health check (GET /health)",
|
||||
"SSRF protection (blocks private IPs, metadata, K8s services)",
|
||||
"Browser pool with auto-recycling",
|
||||
"Browser pool with auto-recycling + staggered restart (staging)",
|
||||
"PostgreSQL DB integration (api_keys + usage tables)",
|
||||
"Usage tracking with per-key limits",
|
||||
"REDESIGNED landing page — playground as hero demo, no free tier, paid-only pricing",
|
||||
"Swagger/OpenAPI interactive docs at /docs",
|
||||
"OpenAPI 3.0.3 spec at /openapi.json (updated for v0.3.0)",
|
||||
"Landing page with tabbed code examples (cURL/Node.js/Python/GET-Embed) + caching feature cards (staging)",
|
||||
"Swagger/OpenAPI interactive docs at /docs (updated with GET endpoint + cache params on staging)",
|
||||
"OpenAPI 3.0.3 spec at /openapi.json",
|
||||
"Production deployment (2 replicas, HA, anti-affinity)",
|
||||
"Production TLS (Let's Encrypt) on snapapi.eu",
|
||||
"Staging deployment (1 replica)",
|
||||
|
|
@ -57,7 +60,7 @@
|
|||
"CI/CD pipeline: workflows updated, RBAC+kubeconfig ready, BLOCKED on Forgejo token scope (needs write:repository)",
|
||||
"Staging TLS (blocked on DNS for staging.snapapi.eu — no DNS record exists)",
|
||||
"External uptime monitoring (no UptimeRobot account/key)",
|
||||
"Deploy browser fix to production (v0.4.4 tag needed — investor decision)"
|
||||
"Deploy all staging features to production (v0.5.0 tag needed — investor decision)"
|
||||
],
|
||||
"stripeProducts": {
|
||||
"starter": {
|
||||
|
|
@ -73,6 +76,6 @@
|
|||
"priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS"
|
||||
}
|
||||
},
|
||||
"lastSession": "2026-02-23T17:00:00Z",
|
||||
"lastSession": "2026-02-24T08:00:00Z",
|
||||
"codeLocation": "Forgejo repo openclawd/SnapAPI. Clone: git clone forgejo-snapapi:openclawd/SnapAPI.git"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue