feat: update server details in README and HTML for new application node

This commit is contained in:
2026-06-04 09:28:48 -04:00
parent 997b04a0b5
commit f028168106
2 changed files with 26 additions and 24 deletions

View File

@@ -86,21 +86,23 @@ The Express server exposes a simple REST API on port `8095`.
```json
{
"id": "srv_1716825600000",
"name": "web-01",
"id": "srv_1700000000000",
"name": "prod-app-01",
"status": "online",
"ipv4": "1.2.3.4",
"ipv6": "",
"provider": "Hetzner",
"plan": "CX21",
"cpu": "2 vCPU",
"ram": "4 GB",
"disk": "40 GB SSD",
"price": "4.90",
"location": "Nuremberg, Germany",
"region": "eu-central",
"sites": "example.com",
"notes": "Primary web node"
"ipv4": "203.0.113.42",
"ipv6": "2001:db8::1",
"provider": "DigitalOcean",
"plan": "s-2vcpu-4gb",
"cpu": "2",
"ram": "4",
"disk": "80",
"price": "24.00",
"billing": "monthly",
"renewal": "2026-07-01",
"location": "Toronto, Canada",
"region": "ca-central",
"sites": "myapp.example.com",
"notes": "Primary application node"
}
```