FRE-709: Final state - issue DONE, all artifacts committed

This commit is contained in:
2026-04-26 20:45:13 -04:00
parent 454d189599
commit 44cf9c72f2
4 changed files with 105 additions and 115 deletions

View File

@@ -0,0 +1,45 @@
facts:
- id: site-deployment-config
description: "nginx configured for scripter.app on this server"
key: "scripter.nginx.config"
value: "/etc/nginx/sites-available/scripter"
category: "infrastructure"
source: "cto"
timestamp: "2026-04-27T00:40:00Z"
status: active
- id: site-serving-locally
description: "scripter.app frontend serving HTTP 200 locally via host nginx"
key: "scripter.site.local.status"
value: "HTTP 200"
category: "infrastructure"
source: "cto"
timestamp: "2026-04-27T00:41:42Z"
status: active
- id: cloudflare-origin-blocker
description: "Cloudflare returns 522 - origin IP needs update"
key: "scripter.cloudflare.blocker"
value: "522 - origin needs pointing to 66.108.41.120:443"
category: "blocker"
source: "cto"
timestamp: "2026-04-27T00:42:00Z"
status: active
- id: ssl-selfsigned
description: "Self-signed SSL cert generated for scripter.app"
key: "scripter.ssl.type"
value: "self-signed"
category: "infrastructure"
source: "cto"
timestamp: "2026-04-27T00:40:30Z"
status: active
- id: backend-not-started
description: "Backend (tRPC/WebSocket) not running - needs TURSO credentials"
key: "scripter.backend.status"
value: "not-running"
category: "blocker"
source: "cto"
timestamp: "2026-04-27T00:43:00Z"
status: active

View File

@@ -0,0 +1,21 @@
# Scripter Deployment
## Overview
Deploying scripter.app for Product Hunt launch (FRE-672). Site was down with Cloudflare 522 for 4+ days.
## Current Status
- Frontend deployed and serving locally on port 443 (via host nginx)
- Cloudflare origin still points to wrong IP (522 error persists through domain)
- Backend not yet running (needs TURSO database credentials)
## Key Details
- Domain: scripter.app (Cloudflare proxied)
- Server IP: 66.108.41.120
- Frontend: FrenoCorp repo dist/ → /var/www/scripter
- SSL: Self-signed (needs Let's Encrypt replacement)
- Nginx config: /etc/nginx/sites-available/scripter
## Blockers
1. Cloudflare origin IP needs update → Founder/CEO
2. TURSO database credentials for backend → Founder
3. Let's Encrypt SSL cert → After Cloudflare fix