Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 678 Bytes

discussion.md

File metadata and controls

9 lines (8 loc) · 678 Bytes

Discussion

High level questions that shaped the homelab's requirements and design.

  1. Why self host?
  2. Why prefer open source software?
  3. Why tunnel into home network? For all of the same reasons people use a VPN (better security and privacy). Tailscale offers a similar feature called Tailscale Funnel. I can also connect my personal device to the overlay network if I want direct access to the local network. I prefer to
  4. Why run containers as Systemd services? Systemd greatly simplifies the management of containers. It has a bunch of builtin levers to handle failures, logging, restarts, isolation, etc. Also Quadlet offers a way to autoupdate your containers.