feat: update server details in README and HTML for new application node
This commit is contained in:
30
README.md
30
README.md
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="field-row">
|
||||
<div class="field"><label>Hostname</label><input id="f-name" placeholder="mb1pruwdocsrv01"/></div>
|
||||
<div class="field"><label>Hostname</label><input id="f-name" placeholder="prod-web-01"/></div>
|
||||
<div class="field"><label>Status</label>
|
||||
<select id="f-status">
|
||||
<option value="online">Online</option>
|
||||
@@ -131,20 +131,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>IPv4</label><input id="f-ipv4" placeholder="5.78.140.206"/></div>
|
||||
<div class="field"><label>IPv6</label><input id="f-ipv6" placeholder="2a01:4ff:..."/></div>
|
||||
<div class="field"><label>IPv4</label><input id="f-ipv4" placeholder="203.0.113.1"/></div>
|
||||
<div class="field"><label>IPv6</label><input id="f-ipv6" placeholder="2001:db8::1"/></div>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>Provider</label><input id="f-provider" placeholder="Hetzner, DigitalOcean..."/></div>
|
||||
<div class="field"><label>Plan / Type</label><input id="f-plan" placeholder="CPX21, s-2vcpu-4gb..."/></div>
|
||||
<div class="field"><label>Provider</label><input id="f-provider" placeholder="DigitalOcean, Vultr..."/></div>
|
||||
<div class="field"><label>Plan / Type</label><input id="f-plan" placeholder="s-2vcpu-4gb..."/></div>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>vCPU</label><input id="f-cpu" type="number" placeholder="3"/></div>
|
||||
<div class="field"><label>vCPU</label><input id="f-cpu" type="number" placeholder="2"/></div>
|
||||
<div class="field"><label>RAM (GB)</label><input id="f-ram" type="number" placeholder="4"/></div>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>Disk (GB)</label><input id="f-disk" type="number" placeholder="80"/></div>
|
||||
<div class="field"><label>Total Cost ($)</label><input id="f-price" type="number" step="0.01" placeholder="299.00"/></div>
|
||||
<div class="field"><label>Total Cost ($)</label><input id="f-price" type="number" step="0.01" placeholder="20.00"/></div>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>Billing Cycle</label>
|
||||
@@ -159,10 +159,10 @@
|
||||
<div class="field"><label>Renewal Date</label><input id="f-renewal" type="date"/></div>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>Location / City</label><input id="f-location" placeholder="Hillsboro, OR"/></div>
|
||||
<div class="field"><label>Region</label><input id="f-region" placeholder="us-west"/></div>
|
||||
<div class="field"><label>Location / City</label><input id="f-location" placeholder="New York, NY"/></div>
|
||||
<div class="field"><label>Region</label><input id="f-region" placeholder="us-east"/></div>
|
||||
</div>
|
||||
<div class="field"><label>Sites / Services (one per line)</label><textarea id="f-sites" placeholder="docs.example.com app.example.com Nginx, Node 20"></textarea></div>
|
||||
<div class="field"><label>Sites / Services (one per line)</label><textarea id="f-sites" placeholder="myapp.example.com api.example.com"></textarea></div>
|
||||
<div class="field"><label>Notes</label><textarea id="f-notes" placeholder="Any extra info..."></textarea></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
Reference in New Issue
Block a user