SnapAPI session 7: code to Forgejo + legal pages
This commit is contained in:
parent
4cc97bc756
commit
a916835773
6 changed files with 970 additions and 20 deletions
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"phase": "production-live",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.3",
|
||||
"staging": {
|
||||
"status": "running",
|
||||
"namespace": "snapapi-staging",
|
||||
"replicas": 1,
|
||||
"image": "docker.io/library/snapapi:v0.4.1",
|
||||
"image": "docker.io/library/snapapi:v0.4.3",
|
||||
"healthCheck": "passing"
|
||||
},
|
||||
"production": {
|
||||
"status": "running",
|
||||
"namespace": "snapapi",
|
||||
"replicas": 2,
|
||||
"image": "docker.io/library/snapapi:v0.4.1",
|
||||
"image": "docker.io/library/snapapi:v0.4.3",
|
||||
"healthCheck": "passing",
|
||||
"domain": "https://snapapi.eu",
|
||||
"tls": "Let's Encrypt (valid until 2026-05-20)"
|
||||
},
|
||||
"blockers": [
|
||||
"Stripe webhook URL needs to be registered in Stripe Dashboard"
|
||||
"Stripe webhook URL needs to be registered in Stripe Dashboard: https://snapapi.eu/v1/billing/webhook"
|
||||
],
|
||||
"completed": [
|
||||
"Core screenshot API (POST /v1/screenshot)",
|
||||
|
|
@ -43,13 +43,16 @@
|
|||
"Stripe Checkout flow (plan selection → Stripe → success page with API key)",
|
||||
"Stripe webhook handler (subscription lifecycle, product filtering for shared account)",
|
||||
"Status page at /status (auto-refresh, dark theme)",
|
||||
"Closed BUG-002 and BUG-003 (no longer applicable — no free tier)",
|
||||
"Git push access from openclaw-vm (deploy key: forgejo-snapapi)"
|
||||
"Git push access from openclaw-vm (deploy key: forgejo-snapapi)",
|
||||
"Codebase pushed to Forgejo repo (openclawd/SnapAPI) — all source, Dockerfile, CI workflows",
|
||||
"Legal pages: Impressum (§5 ECG), Privacy Policy (GDPR), Terms of Service",
|
||||
"Footer links to all legal pages"
|
||||
],
|
||||
"notDone": [
|
||||
"Register Stripe webhook URL in Stripe Dashboard",
|
||||
"Staging TLS (blocked on DNS)",
|
||||
"Uptime monitoring (external)"
|
||||
"CI/CD pipeline functional (workflows in repo, needs KUBECONFIG + REGISTRY_TOKEN secrets)",
|
||||
"Staging TLS (blocked on DNS for staging.snapapi.eu)",
|
||||
"External uptime monitoring"
|
||||
],
|
||||
"stripeProducts": {
|
||||
"starter": {
|
||||
|
|
@ -65,6 +68,6 @@
|
|||
"priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS"
|
||||
}
|
||||
},
|
||||
"lastSession": "2026-02-19T13:35:00Z",
|
||||
"lastSession": "2026-02-19T17:30: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