THE 100 CLUB · STUDIO GUIDE
All HTML guides Studio Help

Studio guide (HTML)

Phase 6 ops

Readable in the browser. Use Print / Save PDF for a PDF copy. Source.md stays on PC for editing only.

Studio / IT Updated 2026-08-06 No secrets

Phase 6 Security, Stripe, Cloudflare (ops)

PURPOSE: Close downtime / pay automation / edge hardening.

UPDATED: 2026-07-31

MANUAL companions: SECURITY-HARDENING-PLAN.md · STRIPE-WEBHOOK-V2.md · CLOUDFLARE-EDGE-CHECKLIST.md


Live status (checked 2026-07-31)

ItemStatusEvidence
Stack healthOKverify-architecture.js → 24/24
Portal / booking / brandsUp:8091 ·:8090 · 8082 8086
Firewall 100Club-Secure*Installed & enabledBlock apps/RDP on Public; allow LAN/Tailscale
Nightly backup taskReady100Club-NightlyBackup · last OK 2026-07-31 2:30 AM · next 8/1 2:30 AM
Backup run nowOKBackups\100club-stack\backup-2026-07-31_1338.zip
Stripe webhook secretNot configured/api/healthstripeWebhookConfigured: false · no data/secrets.json whsec
Cloudflare edgeManual checklistDashboard only see below

Conclusion: Security install + nightly backup already done. You still need Stripe (if you want auto Mark paid) + Cloudflare checklist ticks.


A) Security + backup (already good)

You do not need to re-run install unless rules were deleted.

Location (if you ever reinstall Windows):

C:\Users\edwar\Documents\portal-app\scripts\INSTALL-SECURITY-AND-BACKUP.bat

Right-click → Run as administrator.

Manual backup anytime:

powershell -NoProfile -ExecutionPolicy Bypass -File "...\portal-app\scripts\BACKUP-NIGHTLY.ps1"

Folder: %USERPROFILE%\Backups\100club-stack\


B) Stripe webhook (still open)

Goal: GET http://127.0.0.1:8091/api/health shows "stripeWebhookConfigured": true

Steps

  1. Stripe Dashboard → Developers → Webhooks → Add endpoint
  2. URL:

https://www.the100club.win/portal/api/stripe/webhook

  1. Events:
  1. Copy signing secret whsec_…
  2. Run:

Documents\portal-app\scripts\SETUP-STRIPE-WEBHOOK.bat

Paste secret → Enter

  1. Restart portal (Server Control or START-PORTAL)
  2. Open health URL confirm true

Without this, Mark paid stays manual (still works).


C) Cloudflare edge (you in dashboard)

Open CLOUDFLARE-EDGE-CHECKLIST.md and tick:

PC check only:

sc query cloudflared
node Documents\portal-app\scripts\verify-architecture.js

D) After you finish B + C

cd Documents\portal-app
node scripts\verify-architecture.js
node scripts\phase6-status.js

Browser: Studio Social · Brain · one brand wiki · Open live site.


E) Related (already shipped on this stack)

ItemStatus
Firewall + nightly backupInstalled (see live status table)
Branded HTML emailslib/mail.js + all portal send paths · guide emails.html
Email previewsnode scripts\one-off\preview-email-themes.js
Studio Ops Phase 6 cardadmin → Ops → Refresh status
CLI status JSONnode scripts\phase6-status.js --json
Editor auditnode scripts\audit-studio-editor.js · Ops → Editor audit

Stripe + Cloudflare still need your dashboard steps above.


Sign-off

CheckDone?
Firewall rules present☑ (2026-07-31)
Nightly backup task OK
Manual backup works
Stripe webhook configured
Cloudflare checklist complete
Verify 24/24 still green

When Stripe + CF boxes are ☑, Phase 6 is complete.