Homelab
My homelab is created with full automation in mind.
This means I use CI/CD for both my VM's (running on proxmox) and my containers (running on k3s).
I will try and keep this page updated with the latest state of my homelab,
using my homepage and a diagram to show the infrastructure and applications.
///
Hardware
ryan@homelab:~$ cat hardware.yaml
hardware:
- name: synology-nas
model: DS923+
storage: 4x 4TB IronWolf (SHR)
- name: hp-prodesk-mini
cpu: i5-10400T (6 core)
ram: 40GB
storage: 1TB SSD
- name: dell-optiplex-3080
cpu: i3-10105T (4 core)
ram: 32GB
storage: 1TB SSD
- name: hp-prodesk
cpu: i5-7500T (4 core)
ram: 32GB
storage: 1TB SSD
- name: raspberry-pi-4
- name: raspberry-pi-3b
ryan@homelab:~$