Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 495 Bytes

Homelab

This repo records all my docker files and sample configs for my home lab setup.

I plan to use ansible in the future and learn K8s, until then, we roll docker compose

Setup

All outside traffic is proxied via my vps. VPS connects to my home lab via a wireguard tunnel. This allows me to not open any ports at home.

flowchart LR
    A[Outside World] -->|VPS| B(Haproxy)
    B --> C(Wireguard)
    C -->|Home| D(Wireguard)
    D --> E(Traefik)
    E --> F[Things]
Loading