Skip to content

Welcome to Docs

Homelab

Documentation for the homelab infrastructure.

Section Description
Server Rack StarTech 12U rack and physical layout
Servers Server nodes cp0101–cp0105 (CPU, memory, storage)
Network OPNsense firewall, network diagram, and internet connectivity

Example Mermaid Diagram

graph TD
    A[Start] --> B{Is it working?}
    B -- Yes --> C[Great!]
    B -- No --> D[Debug]
    D --> A