Skip to content

HomeLab Inventory

Infrastructure Blueprint⚓︎

servers:
  - name: hpnotebook
    make: hpnotebook
    specs: i3-6006U/12GB
    role: ["Secondary", "docker"]
    backup: none
  - name: nexus
    specs: Intel(R) Pentium(R) Dual  CPU  E2200  @ 2.20GHz (2 vCPU)
    role: ["Primary", "tailscale", "samba"]
    backup: none
vlans:
  - id: 1
    name: LAN
    subnet: 192.168.1.0/24
    devices: [hpnotebook, nexus, router]

  - id: 2
    name: tailscale
    subnet: 100.64.0.0/10
    firewall: restricted
core_services:
  - name: samba
    type: file-sharing
    restore_priority: high

Emergency Procedures⚓︎

TBD
TBD