thundercode commited on
Commit
acd8faf
Β·
verified Β·
1 Parent(s): 6806bee

release: add docs/OPERATIONS.md

Browse files
Files changed (1) hide show
  1. docs/OPERATIONS.md +4 -4
docs/OPERATIONS.md CHANGED
@@ -90,7 +90,7 @@ Browser
90
  Cloudflare Pages β€” satquery.pages.dev (static frontend, 11 pages)
91
  β”‚ HTTPS / JSON β†’ /api/*
92
  β–Ό
93
- Render β€” satquery-backend-m4yv.onrender.com (orchestrator / API gateway)
94
  β”‚ outbound long-poll POST /tunnel/agent
95
  β–Ό
96
  GitHub Codespace β€” FastAPI inference, CPU, port 8000
@@ -133,7 +133,7 @@ Read from the GitHub API during the release reconnaissance (`release/CURRENT_REL
133
  | Component | Repository | Visibility | Branch | Revision | Host |
134
  |---|---|---|---|---|---|
135
  | Frontend | `Anish-lab-blip/SatQuery-Frontend` | **private** | `main` | **`2d7ae53b482d`** | Cloudflare Pages β†’ `satquery.pages.dev` |
136
- | Backend / orchestrator | `Anish-lab-blip/SatQuery-Backend` | **private** | `main` | **`89d80eaddec5`** | Render β†’ `satquery-backend-m4yv.onrender.com` |
137
  | Inference | `Anish-lab-blip/SatQuery-Inference` | **private** | `main` | **`5a0936ace491`** | Codespace `potential-space-trout-r4ppw969w45j2pvvw`, port 8000, via outbound tunnel |
138
  | Public umbrella | `Anish-lab-blip/SatQuery-AI` | **public** | `main` | `3dcabd32da41` ("Initial commit") | this release home |
139
  | Monorepo (working copy) | `C:/Users/anish/satquery-ai` | local only | `master` | `9d57aed` | **no git remote**; 334 dirty entries |
@@ -262,7 +262,7 @@ path is dead for a private repository (`release/CURRENT_RELEASE_STATE.md` Β§2: *
262
  is **dead** (302 for a private repo); the tunnel is the live transport."*).
263
 
264
  ```bash
265
- curl --noproxy '*' https://satquery-backend-m4yv.onrender.com/api/health
266
  ```
267
 
268
  Read `tunnel.agent_connected`. `true` means an agent has polled recently; `false` means **no agent has
@@ -378,7 +378,7 @@ Codespace start
378
  ```
379
 
380
  The hub URL the agent dials is `SATQUERY_HUB_URL`, defaulting to
381
- `https://satquery-backend-m4yv.onrender.com` (`deploy/codespace/launch.sh:59-61`).
382
 
383
  **What the operator does:**
384
 
 
90
  Cloudflare Pages β€” satquery.pages.dev (static frontend, 11 pages)
91
  β”‚ HTTPS / JSON β†’ /api/*
92
  β–Ό
93
+ Render β€” <backend-host> (orchestrator / API gateway)
94
  β”‚ outbound long-poll POST /tunnel/agent
95
  β–Ό
96
  GitHub Codespace β€” FastAPI inference, CPU, port 8000
 
133
  | Component | Repository | Visibility | Branch | Revision | Host |
134
  |---|---|---|---|---|---|
135
  | Frontend | `Anish-lab-blip/SatQuery-Frontend` | **private** | `main` | **`2d7ae53b482d`** | Cloudflare Pages β†’ `satquery.pages.dev` |
136
+ | Backend / orchestrator | `Anish-lab-blip/SatQuery-Backend` | **private** | `main` | **`89d80eaddec5`** | Render β†’ `<backend-host>` |
137
  | Inference | `Anish-lab-blip/SatQuery-Inference` | **private** | `main` | **`5a0936ace491`** | Codespace `potential-space-trout-r4ppw969w45j2pvvw`, port 8000, via outbound tunnel |
138
  | Public umbrella | `Anish-lab-blip/SatQuery-AI` | **public** | `main` | `3dcabd32da41` ("Initial commit") | this release home |
139
  | Monorepo (working copy) | `C:/Users/anish/satquery-ai` | local only | `master` | `9d57aed` | **no git remote**; 334 dirty entries |
 
262
  is **dead** (302 for a private repo); the tunnel is the live transport."*).
263
 
264
  ```bash
265
+ curl --noproxy '*' https://<backend-host>/api/health
266
  ```
267
 
268
  Read `tunnel.agent_connected`. `true` means an agent has polled recently; `false` means **no agent has
 
378
  ```
379
 
380
  The hub URL the agent dials is `SATQUERY_HUB_URL`, defaulting to
381
+ `https://<backend-host>` (`deploy/codespace/launch.sh:59-61`).
382
 
383
  **What the operator does:**
384