Last active 1720700677

Everything in my Homelab

albert's Avatar albert revised this gist 1716097469. Go to revision

1 file changed, 80 insertions, 6 deletions

setup.json

@@ -1,16 +1,17 @@
1 1 {
2 2 "main": {
3 3 "motherboard": "Asrock B550M Pro4",
4 - "processor": "AMD Ryzen 9 5600X",
4 + "processor": "AMD Ryzen 5 5600X",
5 5 "memory": {
6 6 "slot0": "Kingston HyperX Fury 8GB DDR4 3200MHz CL16",
7 7 "slot1": "G.Skill Ripjaws V 8GB DDR4 3200MHz CL16",
8 8 "slot2": "Kingston HyperX Fury 8GB DDR4 3200MHz CL16",
9 - "slot3": "G.Skill Ripjaws V 8GB DDR4 3200MHz CL16",
10 - "total": "32GB"
9 + "slot3": "G.Skill Ripjaws V 8GB DDR4 3200MHz CL16"
11 10 },
11 + "total_memory": "32GB",
12 12 "storage": {
13 - "ssd0": "Samsung 990 Pro 1TB M.2 PCIe"
13 + "ssd0": "Samsung 990 Pro 1TB M.2 PCIe",
14 + "ssd1": "Crucial P1 1TB M.2 PCIe"
14 15 },
15 16 "graphics_card": "SAPPHIRE PULSE AMD Radeon RX 6700 XT 10GB GDDR6",
16 17 "case": "SilentiumPC Signum SG1 TG",
@@ -30,15 +31,88 @@
30 31 "type": "82YU",
31 32 "processor": "AMD Ryzen 5 7520U",
32 33 "memory": {
33 - "slot0": "LPDDR5-5500",
34 - "total": "16GB"
34 + "slot0": "LPDDR5-5500"
35 35 },
36 + "total_memory": "32GB",
36 37 "storage": {
37 38 "ssd0": "Lenovo 512GB M.2 PCIe"
38 39 },
39 40 "graphics_card": "AMD Radeon 610M",
40 41 "operating_system": "Windows 11 Pro"
41 42 },
43 + "server": {
44 + "motherboard": "MSI B350M Gaming Pro",
45 + "processor": "AMD Ryzen 3 1300X",
46 + "memory": {
47 + "slot0": "Kingston HyperX Fury 16GB DDR4 3200MHz CL16",
48 + "slot1": "Kingston HyperX Fury 16GB DDR4 3200MHz CL16"
49 + },
50 + "total_memory": "32GB",
51 + "storage": {
52 + "ssd0": "Samsung 970 EVO Plus 250GB M.2 PCIe",
53 + "hdd0": "Seagate Barracuda 2TB 7200RPM 256MB Cache"
54 + },
55 + "graphics_card": "MSI GeForce 1050 Ti 4GB GDDR5",
56 + "case": "Zalman T7",
57 + "power_supply": "Xilence Performance C 550W Gold",
58 + "case_fans": {
59 + "front0": "Arctic P12 PWM PST 120mm",
60 + "back": "Arctic P12 PWM PST 120mm"
61 + },
62 + "cpu_fan": "AMD Wraith Stealth",
63 + "operating_system": "Proxmox VE",
64 + "services": {
65 + "docker": [
66 + "https://codeberg.org/forgejo/forgejo",
67 + "https://github.com/CorentinTh/it-tools",
68 + "https://github.com/SinusBot/docker",
69 + "https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images",
70 + "https://github.com/caddyserver/caddy",
71 + "https://github.com/containrrr/watchtower",
72 + "https://github.com/danvergara/morphos",
73 + "https://github.com/dbeaver/cloudbeaver",
74 + "https://github.com/favonia/cloudflare-ddns",
75 + "https://github.com/louislam/uptime-kuma",
76 + "https://github.com/plausible/analytics",
77 + "https://github.com/portainer/portainer",
78 + "https://github.com/postgres/postgres",
79 + "https://github.com/skidoodle/spotify-ws",
80 + "https://github.com/thomiceli/opengist",
81 + "https://github.com/w4/bin",
82 + "https://git.sr.ht/~chromium/mavbot",
83 + "https://github.com/csehviktor/now-playing"
84 + ],
85 + "lxc": [
86 + "https://github.com/swizzin/swizzin",
87 + "https://github.com/tteck/Proxmox/raw/main/ct/alpine-docker.sh",
88 + "https://github.com/tteck/Proxmox/raw/main/ct/alpine-vaultwarden.sh",
89 + "https://github.com/tteck/Proxmox/raw/main/ct/cloudflared.sh",
90 + "https://github.com/tteck/Proxmox/raw/main/misc/filebrowser.sh",
91 + "https://github.com/tteck/Proxmox/raw/main/ct/jellyseerr.sh",
92 + "https://github.com/tteck/Proxmox/raw/main/ct/apt-cacher-ng.sh"
93 + ],
94 + "vm": [
95 + "https://github.com/opnsense",
96 + "https://github.com/pufferpanel/pufferpanel"
97 + ]
98 + }
99 + },
100 + "peripherals": {
101 + "monitor": ["AOC 27G2U", "AOC Q27G2S"],
102 + "monitor_mount": "Stell SOS 1820 Dual",
103 + "keyboard": "Keychron V1 Knob",
104 + "keyboard_switch": "Kailh Box Cream",
105 + "mouse": "Glorious Model O Glossy Black",
106 + "mouse_pad": "Endgame Gear MPC1200",
107 + "headphones": "Logitech G Pro X",
108 + "controller": "Xbox One Wireless Controller",
109 + "phone": "Apple iPhone 11 64GB White"
110 + }
111 + } "ssd0": "Lenovo 512GB M.2 PCIe"
112 + },
113 + "graphics_card": "AMD Radeon 610M",
114 + "operating_system": "Windows 11 Pro"
115 + },
42 116 "server": {
43 117 "motherboard": "MSI B350M Gaming Pro",
44 118 "processor": "AMD Ryzen 3 1300X",

albert's Avatar albert revised this gist 1711662933. Go to revision

No changes

albert's Avatar albert revised this gist 1711662238. Go to revision

No changes

albert's Avatar albert revised this gist 1711662207. Go to revision

1 file changed, 105 insertions

setup.json(file created)

@@ -0,0 +1,105 @@
1 + {
2 + "main": {
3 + "motherboard": "Asrock B550M Pro4",
4 + "processor": "AMD Ryzen 9 5600X",
5 + "memory": {
6 + "slot0": "Kingston HyperX Fury 8GB DDR4 3200MHz CL16",
7 + "slot1": "G.Skill Ripjaws V 8GB DDR4 3200MHz CL16",
8 + "slot2": "Kingston HyperX Fury 8GB DDR4 3200MHz CL16",
9 + "slot3": "G.Skill Ripjaws V 8GB DDR4 3200MHz CL16",
10 + "total": "32GB"
11 + },
12 + "storage": {
13 + "ssd0": "Samsung 990 Pro 1TB M.2 PCIe"
14 + },
15 + "graphics_card": "SAPPHIRE PULSE AMD Radeon RX 6700 XT 10GB GDDR6",
16 + "case": "SilentiumPC Signum SG1 TG",
17 + "power_supply": "Seasonic FOCUS GX-650W Gold",
18 + "fan_controller": "Arctic Case Fan Hub",
19 + "case_fans": {
20 + "front0": "Arctic P12 PWM PST 120mm",
21 + "front1": "Arctic P12 PWM PST 120mm",
22 + "back": "Arctic P12 PWM PST 120mm"
23 + },
24 + "cpu_fan": "AMD Wraith Stealth",
25 + "operating_system": "Windows 11 Pro"
26 + },
27 + "laptop": {
28 + "manufacturer": "Lenovo",
29 + "model": "V15 G4 AMN",
30 + "type": "82YU",
31 + "processor": "AMD Ryzen 5 7520U",
32 + "memory": {
33 + "slot0": "LPDDR5-5500",
34 + "total": "16GB"
35 + },
36 + "storage": {
37 + "ssd0": "Lenovo 512GB M.2 PCIe"
38 + },
39 + "graphics_card": "AMD Radeon 610M",
40 + "operating_system": "Windows 11 Pro"
41 + },
42 + "server": {
43 + "motherboard": "MSI B350M Gaming Pro",
44 + "processor": "AMD Ryzen 3 1300X",
45 + "memory": {
46 + "slot0": "Kingston HyperX Fury 16GB DDR4 3200MHz CL16",
47 + "slot1": "Kingston HyperX Fury 16GB DDR4 3200MHz CL16",
48 + "total": "32GB"
49 + },
50 + "storage": {
51 + "ssd0": "Samsung 970 EVO Plus 250GB M.2 PCIe",
52 + "ssd1": "Crucial P1 1TB M.2 PCIe",
53 + "hdd0": "Seagate Barracuda 2TB 7200RPM 256MB Cache"
54 + },
55 + "graphics_card": "MSI GeForce 1050 Ti 4GB GDDR5",
56 + "case": "Zalman T7",
57 + "power_supply": "Xilence Performance C 550W Gold",
58 + "fan_controller": "none",
59 + "case_fans": {
60 + "front0": "Arctic P12 PWM PST 120mm",
61 + "back": "Arctic P12 PWM PST 120mm"
62 + },
63 + "cpu_fan": "AMD Wraith Stealth",
64 + "operating_system": "Proxmox VE",
65 + "services": {
66 + "docker": [
67 + "https://github.com/plausible/analytics",
68 + "https://codeberg.org/forgejo/forgejo",
69 + "https://github.com/CorentinTh/it-tools",
70 + "https://github.com/dbeaver/cloudbeaver",
71 + "https://github.com/favonia/cloudflare-ddns",
72 + "https://github.com/skidoodle/spotify-ws-WS",
73 + "https://github.com/thomiceli/opengist",
74 + "https://github.com/w4/bin",
75 + "https://github.com/grafana/grafana",
76 + "https://github.com/influxdata/influxdb",
77 + "https://github.com/portainer/portainer",
78 + "https://github.com/SinusBot/docker",
79 + "https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images",
80 + "https://github.com/containrrr/watchtower"
81 + ],
82 + "lxc": [
83 + "https://github.com/tteck/Proxmox/raw/main/ct/cloudflared.sh",
84 + "https://github.com/tteck/Proxmox/raw/main/ct/alpine-docker.sh",
85 + "https://github.com/tteck/Proxmox/raw/main/misc/filebrowser.sh",
86 + "https://github.com/tteck/Proxmox/raw/main/ct/alpine-vaultwarden.sh",
87 + "https://github.com/tteck/Proxmox/raw/main/ct/nginxproxymanager.sh",
88 + "https://github.com/tteck/Proxmox/raw/main/ct/jellyseerr.sh",
89 + "https://github.com/swizzin/swizzin"
90 + ],
91 + "vm": [
92 + "https://github.com/opnsense",
93 + "https://github.com/pufferpanel/pufferpanel"
94 + ]
95 + }
96 + },
97 + "peripherals": {
98 + "monitor": ["AOC 27G2U", "AOC Q27G2S"],
99 + "monitor_mount": "Stell SOS 1820 Dual",
100 + "keyboard": "Keychron V1 Knob w/ Kailh Box Cream",
101 + "mouse": "Glorious Model O Glossy Black",
102 + "headphones": "Logitech G Pro X",
103 + "controller": "Xbox One Wireless Controller"
104 + }
105 + }
Newer Older