FILE / ScuroNeko/scuroneko.dev
data/workstations.json
Исходный файл и его история в репозитории.
141 lines
2.7 KiB
JSON
141 lines
2.7 KiB
JSON
[
|
|
{
|
|
"actual": true,
|
|
"devices": [
|
|
{
|
|
"key": "monitor1",
|
|
"name": "AOC 24G2/BK"
|
|
},
|
|
{
|
|
"key": "monitor2",
|
|
"name": "AOC 24E1Q"
|
|
},
|
|
{
|
|
"key": "keyboard",
|
|
"name": "Ardor Wakizashi"
|
|
},
|
|
{
|
|
"key": "mouse",
|
|
"name": "Ardor Immortaliry PRO"
|
|
},
|
|
{
|
|
"key": "microphone",
|
|
"name": "Fifine AM8"
|
|
}
|
|
],
|
|
"key": "pc",
|
|
"name": "PC",
|
|
"specs": {
|
|
"cpu": "AMD Ryzen 7 7700",
|
|
"gpu": "NVIDIA GeForce RTX 5070",
|
|
"os": "Windows 11 Pro",
|
|
"ram": "32GB DDR5 (2x16GB)",
|
|
"storage": [
|
|
{
|
|
"capacity": "1TB",
|
|
"name": "Adata XPG GAMMIX S11 Pro",
|
|
"type": "M2 PCI-E 3.0"
|
|
},
|
|
{
|
|
"capacity": "2TB",
|
|
"name": "WD Blue",
|
|
"type": "SATA HDD"
|
|
},
|
|
{
|
|
"capacity": "256GB",
|
|
"name": "Samsung 850 EVO",
|
|
"type": "SATA SSD"
|
|
}
|
|
]
|
|
},
|
|
"tone": "rose"
|
|
},
|
|
{
|
|
"actual": true,
|
|
"devices": [],
|
|
"key": "lab",
|
|
"name": "Home Lab",
|
|
"specs": {
|
|
"cpu": "Intel Xeon E5-2680v4",
|
|
"gpu": "N/A",
|
|
"os": "Arch Linux",
|
|
"ram": "24GB DDR4 (3x8GB)",
|
|
"storage": [
|
|
{
|
|
"capacity": "256GB",
|
|
"name": "Samsung 850 EVO",
|
|
"type": "SATA SSD"
|
|
},
|
|
{
|
|
"capacity": "1TB",
|
|
"name": "WD Blue",
|
|
"type": "SATA HDD"
|
|
}
|
|
]
|
|
},
|
|
"tone": "purple"
|
|
},
|
|
{
|
|
"actual": true,
|
|
"key": "notebook",
|
|
"name": "Notebook",
|
|
"specs": {
|
|
"cpu": "Intel Core i3-8470U",
|
|
"gpu": "Intel UHD Graphics 620",
|
|
"os": "Windows 10 LTSC 2021",
|
|
"ram": "16GB DDR4 (2x8GB)",
|
|
"storage": [
|
|
{
|
|
"capacity": "256GB",
|
|
"name": "WD Blue SN550",
|
|
"type": "M2 PCI-E 3.0"
|
|
},
|
|
{
|
|
"capacity": "256GB",
|
|
"name": "Neo Forza NFS12",
|
|
"type": "SATA SSD"
|
|
}
|
|
]
|
|
},
|
|
"tone": "blue"
|
|
},
|
|
{
|
|
"actual": true,
|
|
"key": "vps",
|
|
"name": "VPS",
|
|
"specs": {
|
|
"cpu": "2 vCore (AMD EPYC 7763)",
|
|
"gpu": "N/A",
|
|
"os": "Arch Linux",
|
|
"ram": "4GB",
|
|
"storage": [
|
|
{
|
|
"capacity": "60GB",
|
|
"name": "NVMe SSD",
|
|
"type": "NVMe"
|
|
}
|
|
]
|
|
},
|
|
"tone": "green"
|
|
},
|
|
{
|
|
"actual": false,
|
|
"key": "pc",
|
|
"name": "PC",
|
|
"specs": {
|
|
"cpu": "Intel Core i7-6700",
|
|
"gpu": "AMD Radeon RX580",
|
|
"os": "Windows 11 Pro",
|
|
"ram": "16GB DDR4 (2x8GB)",
|
|
"storage": [
|
|
{
|
|
"capacity": "256GB",
|
|
"name": "Samsung 850 EVO",
|
|
"type": "SATA SSD"
|
|
}
|
|
]
|
|
},
|
|
"tone": "teal"
|
|
}
|
|
]
|