← back to AbramsOS
deploy: nginx vhost for abramsos.agentabrams.com (Kamatera reverse-proxy to tailnet AbramsOS :9774; app self-auths)
6e958d9663f11bea9b09cdf54409e52cd491aa85 · 2026-08-18 14:44:58 -0700 · Steve
Files touched
A data/claim-fill-queue/claim_01kzvyd76483jpdh3pd86ak9c0.jsonA deploy/abramsos.agentabrams.com.nginx.conf
Diff
commit 6e958d9663f11bea9b09cdf54409e52cd491aa85
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Aug 18 14:44:58 2026 -0700
deploy: nginx vhost for abramsos.agentabrams.com (Kamatera reverse-proxy to tailnet AbramsOS :9774; app self-auths)
---
.../claim_01kzvyd76483jpdh3pd86ak9c0.json | 36 ++++++++++++++++++++++
deploy/abramsos.agentabrams.com.nginx.conf | 18 +++++++++++
2 files changed, 54 insertions(+)
diff --git a/data/claim-fill-queue/claim_01kzvyd76483jpdh3pd86ak9c0.json b/data/claim-fill-queue/claim_01kzvyd76483jpdh3pd86ak9c0.json
new file mode 100644
index 0000000..7a8b837
--- /dev/null
+++ b/data/claim-fill-queue/claim_01kzvyd76483jpdh3pd86ak9c0.json
@@ -0,0 +1,36 @@
+{
+ "kind": "settlement-claim-fill",
+ "generated_at": "2026-08-18T21:41:34.815Z",
+ "claim": {
+ "id": "claim_01kzvyd76483jpdh3pd86ak9c0",
+ "name": "Aetna L-ADR Surgery Settlement",
+ "slug": "aetna-life-insurance-2-56m-l-adr-surgery-denial-settlement",
+ "mode_url": "https://modeclassactionsdaily.com/aetna-life-insurance-2-56m-l-adr-surgery-denial-settlement/",
+ "admin_url": "https://www.ladrsurgerysettlement.com/",
+ "payout_text": "Up to $55,000",
+ "deadline": "2026-09-10T07:00:00.000Z",
+ "eligibility_question": "If you were denied coverage for a qualifying lumbar artificial disc replacement surgery."
+ },
+ "prefill": {
+ "full_name": "Steve Abrams",
+ "email": "steveabramsdesigns@gmail.com",
+ "phone": null,
+ "address": "18406 Bessemer St, Reseda, CA 91335"
+ },
+ "steps": [
+ "Open https://modeclassactionsdaily.com/aetna-life-insurance-2-56m-l-adr-surgery-denial-settlement/ and follow through to the OFFICIAL settlement administrator's claim site.",
+ "Locate the online claim form. If the settlement is \"no claim required / automatic\", STOP — nothing to file; just verify the mailing address is current.",
+ "Fill the form using ONLY the prefill identity above plus facts Steve has explicitly confirmed.",
+ "Choose the \"no proof required\" / flat cash option when eligible and available.",
+ "Advance to the final review screen, screenshot it, and STOP for Steve to attest + submit."
+ ],
+ "guardrails": [
+ "DO NOT click the final Submit / File Claim button. Stop at the review/attestation screen.",
+ "DO NOT check any \"I declare under penalty of perjury / I certify\" box — that is Steve's to check.",
+ "DO NOT invent, guess, or embellish eligibility facts (purchase, breach notice, employment, stock lot).",
+ "If the form asks for proof Steve has not supplied, stop and report what is missing.",
+ "Capture a screenshot of the fully-prefilled review screen and save its path in the result."
+ ],
+ "engine": "openclaw-real-chrome",
+ "fill_state_on_success": "prefilled_awaiting_submit"
+}
\ No newline at end of file
diff --git a/deploy/abramsos.agentabrams.com.nginx.conf b/deploy/abramsos.agentabrams.com.nginx.conf
new file mode 100644
index 0000000..65d0333
--- /dev/null
+++ b/deploy/abramsos.agentabrams.com.nginx.conf
@@ -0,0 +1,18 @@
+# abramsos.agentabrams.com — Kamatera nginx reverse-proxy to AbramsOS on Steve's Mac (tailnet).
+# AbramsOS enforces its OWN requireAuth (session + TOTP + Google OAuth), so the personal
+# settlement-claims data (name/address/claims) stays behind login even though the domain is public.
+# certbot --nginx injects the acme-challenge handler + the 443 block.
+server {
+ listen 45.61.58.125:80;
+ server_name abramsos.agentabrams.com;
+ location / {
+ proxy_pass http://100.82.17.107:9774; # Steve's Mac (tailnet), AbramsOS :9774
+ proxy_http_version 1.1;
+ proxy_set_header Host $host;
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_set_header X-Forwarded-Proto $scheme;
+ proxy_connect_timeout 10s;
+ proxy_read_timeout 300s;
+ }
+}
← ad64537 Add priority ranking + per-item ratings view to settlement-c
·
back to AbramsOS
·
deploy: serve ACME challenge locally in abramsos vhost (prox 6106895 →