0x0LearnReferenceLibrariesMigration0x0.jmp0x1b.com

Static Sites Remote Inventory

Milestone: Public documentation and website roadmap Milestone 0.

Inventory mode: read-only.

Remote host:

Commands Used

The inventory used bounded read-only SSH commands with:


ssh -o BatchMode=yes -o ConnectTimeout=8 deploy@138.197.233.77 '<read-only commands>'

The commands inspected:

No remote files were created, edited, deleted, copied, or moved.

Observed Domain Bindings

| Domain | Current behavior | Observed binding |

| --- | --- | --- |

| lang.jmp0x1b.com | static site | nginx root /var/www/sites/lang |

| libs.jmp0x1b.com | registry app/reverse proxy | nginx proxy_pass http://127.0.0.1:9082 |

| jmp0x1b.com | static site | nginx root /var/www/sites/jmp0x1b |

| www.jmp0x1b.com | static site alias | nginx root /var/www/sites/jmp0x1b |

| 0x0.jmp0x1b.com | not observed | no matching nginx binding found in this inventory |

Observed Static Roots

| Root | Observed file count | Notes |

| --- | ---: | --- |

| /var/www/sites/lang | 120 | contains index.html and versions.json |

| /var/www/sites/libs | 1 | contains index.html; domain currently proxies to app instead |

| /var/www/sites/jmp0x1b | 32 | contains index.html and image/logo assets |

Deployment Implications

binding not visible in this bounded inventory.

replacing static files under /var/www/sites/lang after a rollback bundle is

created.

view; it proxies to a local service on port 9082. Registry migration needs a

decision: replace proxy with static root, update the service content, or add a

static front page plus service-backed details.

dry run, and rollback plan exist.

Required Later Work