Change the server configurations shown on the Hardware page.
The Hardware page shows a table of server configurations (city, CPU, RAM, storage, bandwidth).
You only edit:
config/hardware.ts — the list of servers"Hardware" in config/messages/en.json and config/messages/es.json — section texts and labelsconfig/hardware.ts.servers:servers: [
{
countryCode: "US",
city: "New York",
country: "United States",
cpuType: "Intel",
cpu: "Xeon E5-2697 v4",
ramType: "DDR4",
storage: "4 x 2TB NVMe SSD",
bandwidth: "10 Gbps",
},
// more servers...
],city and country — where the server is.cpuType and cpu — CPU details.ramType — RAM type (used as a filter).storage — storage description.bandwidth — network speed.To add a new server:
config/messages/en.json."Hardware" section."title" and "description" — top of the Hardware page."hardwareServersTitle" and "hardwareServersDescription" — text above the server list."countryFilterLabel", "cpuFilterLabel", "ramFilterLabel" — labels of the filters."specCpu", "specRam", "specStorage", "specBandwidth" — labels in the details."noServersFound" — message when filters return nothing.config/messages/es.json."Hardware" section, use the same keys with Spanish text.The keys must match across both language files. Only change the sentences on the right.