Skip to content

Commit 690dcd9

Browse files
committed
Reflect the latest information
1 parent 80b8942 commit 690dcd9

File tree

4 files changed

+83
-85
lines changed

4 files changed

+83
-85
lines changed

public/index.html

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="icon" href="../src/assets/images/ico/favicon.ico" />
7-
<meta name="description" content="zzuniHomelab" />
8-
<meta name="keywords" content="zzuniHomelab" />
9-
<meta name="author" content="MinJun Park" />
10-
<meta property="og:title" content="zzuniHomelab" />
11-
<meta property="og:description" content="가정에서 구현하는 데이터센터" />
12-
<meta property="og:image" content="https://zzunihomelab.com/src/assets/images/ico/favicon.ico" />
13-
<meta property="og:url" content="https://zzunihomelab.com" />
14-
<meta property="og:site_name" content="zzuniHomelab" />
15-
<meta property="og:type" content="website" />
16-
<title>zzuniHomelab</title>
17-
</head>
18-
<body>
19-
<noscript>You need to enable JavaScript to run this app.</noscript>
20-
<div id="root"></div>
21-
</body>
22-
</html>
23-
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<!-- Favicon -->
9+
<link rel="icon" type="image/x-icon" href="https://mirror.zzunipark.com/.assets/zzuniHomelab_favicon.ico" />
10+
<link rel="icon" type="image/png" sizes="16x16"
11+
href="https://mirror.zzunipark.com/.assets/zzuniHomelab_favicon-16x16.png" />
12+
<link rel="icon" type="image/png" sizes="32x32"
13+
href="https://mirror.zzunipark.com/.assets/zzuniHomelab_favicon-32x32.png" />
14+
<link rel="apple-touch-icon" sizes="180x180"
15+
href="https://mirror.zzunipark.com/.assets/zzuniHomelab_favicon-apple-touch-icon.png" />
16+
17+
<meta name="description" content="zzuniHomelab" />
18+
<meta name="keywords" content="zzuniHomelab" />
19+
<meta name="author" content="MinJun Park" />
20+
<meta property="og:title" content="zzuniHomelab" />
21+
<meta property="og:description" content="가정에서 구현하는 데이터센터" />
22+
<meta property="og:image" content="https://mirror.zzunipark.com/.assets/zzuniHomelab_favicon-apple-touch-icon.png" />
23+
<meta property="og:url" content="https://zzunihomelab.com" />
24+
<meta property="og:site_name" content="zzuniHomelab" />
25+
<meta property="og:type" content="website" />
26+
<title>zzuniHomelab</title>
27+
</head>
28+
29+
<body>
30+
<noscript>You need to enable JavaScript to run this app.</noscript>
31+
<div id="root"></div>
32+
</body>
33+
34+
</html>

src/Pages/AboutusPage/index.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,14 @@ const AboutusPage = () => {
191191
? "LGA1700 기반 고성능 컴퓨팅 시스템 구축"
192192
: "Implemented a high-performance computing system utilizing LGA1700",
193193
},
194+
{
195+
year: 2025,
196+
month: "09",
197+
content:
198+
language === "Korean"
199+
? "디스크 총 용량 60TB 달성"
200+
: "Expanded total disk capacity to 60TB",
201+
},
194202
];
195203

196204
return (

src/Pages/MainPage/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const MainPage = () => {
186186
</s.StatsItem>
187187
<s.StatsItem>
188188
<CountUp
189-
end={21}
189+
end={35}
190190
duration={1000}
191191
suffix="TB+"
192192
animate={sub2BottomVisible}
@@ -197,7 +197,7 @@ const MainPage = () => {
197197
</s.StatsItem>
198198
<s.StatsItem>
199199
<CountUp
200-
end={50}
200+
end={60}
201201
duration={1000}
202202
suffix="TB+"
203203
animate={sub2BottomVisible}
@@ -331,7 +331,7 @@ const MainPage = () => {
331331
</s.StatsItem>
332332
<s.StatsItem>
333333
<CountUp
334-
end={21}
334+
end={35}
335335
duration={1000}
336336
suffix="TB+"
337337
animate={sub2BottomVisible}
@@ -342,7 +342,7 @@ const MainPage = () => {
342342
</s.StatsItem>
343343
<s.StatsItem>
344344
<CountUp
345-
end={40}
345+
end={60}
346346
duration={1000}
347347
suffix="TB+"
348348
animate={sub2BottomVisible}

src/Pages/StatusPage/index.jsx

Lines changed: 39 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,21 @@ const serverData = [
6161
cpu: "Intel Core i7-13700K @ 3.4GHz",
6262
memory: "DDR5-5200 96GB On-Die-ECC",
6363
motherboard: "MSI MAG B760 TOMAHAWK WIFI",
64-
storage: [
65-
"Gen4 NVMe 256GB x 3",
66-
"SATA HDD 2TB x 6",
67-
],
64+
storage: ["Gen4 NVMe 256GB x 1", "500GB SATA SSD x 1"],
6865
network: [
6966
"Mellanox ConnectX-3 VPI CX354A (40Gbps)",
7067
"Realtek RTL8125BG (2.5Gbps)",
7168
],
72-
os: "Proxmox VE 8.4",
69+
os: "Proxmox VE 9.0",
7370
},
7471
{
7572
name: "SpareHypervisor",
7673
cpu: "Intel Xeon E3-1270 v3 @ 3.5GHz",
7774
memory: "DDR3-1600 32GB ECC-Unbuffered",
7875
motherboard: "Dell 81N4V",
79-
storage: ["SATA SSD 250GB x 1"],
76+
storage: ["SATA SSD 250GB x 1", "SATA SSD 500GB x 1"],
8077
network: ["Intel X520-DA2 (10Gbps)", "Broadcom BCM5716 (1Gbps)"],
81-
os: "Proxmox VE 8.4",
78+
os: "Proxmox VE 9.0",
8279
},
8380
{
8481
name: "MainTrueNAS",
@@ -87,30 +84,31 @@ const serverData = [
8784
motherboard: "Asus Prime X570-Pro",
8885
storage: [
8986
"Gen4 512GB NVMe x 2",
90-
"1TB SATA HDD x 4",
87+
"Gen3 128GB NVMe x 1",
88+
"1TB SATA HDD x 6",
9189
"4TB SATA HDD x 2",
9290
"10TB SAS HDD x 1",
93-
"16TB SATA HDD x 1"
91+
"16TB SATA HDD x 1",
9492
],
9593
network: ["Mellanox ConnectX-3 VPI CX354A (40Gbps)"],
9694
os: "TrueNAS Scale 24.10",
9795
},
9896
{
99-
name: "Synology DS720+",
100-
cpu: "Intel Celeron J4125 @ 2.0GHz",
101-
memory: "DDR4-2666 10GB Non-ECC",
102-
motherboard: "Synology Custom Board",
103-
storage: ["2TB SATA HDD x 2"],
104-
network: ["Realtek RTL8156 (2.5Gbps)"],
105-
os: "DSM 7.2",
97+
name: "BackupTrueNAS",
98+
cpu: "Intel Pentium G5420 @ 3.8GHz",
99+
memory: "DDR4-3200 16GB Non-ECC (Actual DDR4-2133)",
100+
motherboard: "Asrock B360M-Pro4",
101+
storage: ["Gen3 128GB NVMe x 1", "2TB SATA HDD x 6"],
102+
network: ["Aquantia AQC107 (10Gbps)"],
103+
os: "TrueNAS Scale 24.10",
106104
},
107105
{
108106
name: "MainRouter",
109107
cpu: "Intel Processor N100 @ 3.4GHz",
110108
memory: "DDR4-3200 8GB Non-ECC",
111109
motherboard: "Asrock N100M",
112110
storage: ["Gen3 128GB NVMe x 1"],
113-
network: ["Aquantia AQC107 (10Gbps)"],
111+
network: ["Intel X550-T2 (10Gbps)", "Intel X710-DA2 (10Gbps)"],
114112
os: "OPNsense 25.1",
115113
},
116114
{
@@ -131,6 +129,15 @@ const serverData = [
131129
network: ["Intel X520-DA2 (10Gbps)", "Broadcom BCM5716 (1Gbps)"],
132130
os: "Debian 12.11",
133131
},
132+
{
133+
name: "Synology DS720+",
134+
cpu: "Intel Celeron J4125 @ 2.0GHz",
135+
memory: "DDR4-2666 10GB Non-ECC",
136+
motherboard: "Synology Custom Board",
137+
storage: ["2TB SATA HDD x 2"],
138+
network: ["Realtek RTL8156 (2.5Gbps)"],
139+
os: "DSM 7.2",
140+
},
134141
{
135142
name: "Mac Mini M1",
136143
cpu: "Apple Silicon M1 @ 3.2GHz",
@@ -140,15 +147,6 @@ const serverData = [
140147
network: ["Aquantia AQC107 (10Gbps)"],
141148
os: "MacOS Sequoia",
142149
},
143-
{
144-
name: "SuperSignSV",
145-
cpu: "Intel Celeron N2930 @ 1.83GHz",
146-
memory: "DDR3L-1333 2GB Non-ECC",
147-
motherboard: "Mini-ITX Celeron Board",
148-
storage: ["32GB SATA SSD x 1"],
149-
network: ["Realtek RTL8111 (1Gbps)"],
150-
os: "Ubuntu Server 24.04",
151-
},
152150
{
153151
name: "MultiPurposeSV",
154152
cpu: "Intel Pentium J4025 @ 2.00GHz",
@@ -159,31 +157,13 @@ const serverData = [
159157
os: "Ubuntu Server 24.04",
160158
},
161159
{
162-
name: "LocalRPI1",
163-
cpu: "Broadcom BCM2711B0 @ 1.5GHz",
164-
memory: "LPDDR4-3200 4GB",
165-
motherboard: "Raspberry Pi 4 Model B",
166-
storage: ["120GB SATA SSD x 1"],
167-
network: ["Broadcom BCM54210PE (1Gbps)"],
168-
os: "Raspberry Pi OS Lite 64-bit",
169-
},
170-
{
171-
name: "LocalRPI2",
172-
cpu: "Broadcom BCM2711B0 @ 1.5GHz",
173-
memory: "LPDDR4-3200 8GB",
174-
motherboard: "Raspberry Pi 4 Model B",
175-
storage: ["120GB SATA SSD x 1"],
176-
network: ["Broadcom BCM54210PE (1Gbps)"],
177-
os: "Raspberry Pi OS Lite 64-bit",
178-
},
179-
{
180-
name: "LocalRPI3",
181-
cpu: "Broadcom BCM2711B0 @ 1.5GHz",
182-
memory: "LPDDR4-3200 8GB",
183-
motherboard: "Raspberry Pi 4 Model B",
184-
storage: ["120GB SATA SSD x 1"],
185-
network: ["Broadcom BCM54210PE (1Gbps)"],
186-
os: "Raspberry Pi OS Lite 64-bit",
160+
name: "MonitorSV",
161+
cpu: "AMD Ryzen 3 3200G @ 3.6GHz",
162+
memory: "DDR4-3200 8GB Non-ECC",
163+
motherboard: "Asus Prime A520M-A II",
164+
storage: ["Gen 3 128GB NVMe SSD x 1"],
165+
network: ["Realtek RTL8125 (2.5Gbps)"],
166+
os: "Ubuntu Server 24.04",
187167
},
188168
];
189169

@@ -353,15 +333,14 @@ const DropdownServerCard = ({ server, index, isKorean }) => {
353333
const [isOpen, setIsOpen] = useState(false);
354334

355335
const getServerType = (name) => {
356-
if (name.includes("Hypervisor")) return "Hypervisor";
357-
if (name.includes("Truenas")) return "Storage";
358-
if (name.includes("Mirror")) return "Storage";
359-
if (name.includes("Backup")) return "Storage";
360-
if (name.includes("Windows")) return "RemotePC";
361-
if (name.includes("Ubuntu")) return "Linux";
362-
if (name.includes("Synology")) return "Storage";
363-
if (name.includes("Mac")) return "RemotePC";
364-
if (name.includes("MultiPurpose")) return "Server";
336+
if (name === "Main" || name === "Spare") return "Hypervisor";
337+
if (name === "Storage" || name === "Backup") return "Storage";
338+
if (name === "Router") return "Network";
339+
if (name === "Windows") return "RemotePC";
340+
if (name === "Debian") return "Linux";
341+
if (name === "Synology") return "Storage";
342+
if (name === "Mac Mini") return "RemotePC";
343+
if (name === "MultiPurpose" || name === "Monitor") return "Server";
365344
return "Server";
366345
};
367346

0 commit comments

Comments
 (0)