dlbuild.net
Home Lab Build Log
🏠 Ubuntu Server • Docker • Nginx • Tailscale • Cloudflare

What Up!

This is my home lab build log — built to learn real-world infrastructure with secure defaults, repeatable commands, and clean documentation.

Secure by default Repeatable Logs before guesses Document every fix

Tux got the Power

Bringing the energy to the lab.

Tux got the Power

New pages = new folders (with index.html) inside /var/www/mywebsite/html. Public access is only for the static site — admin services stay private.

Start here

View Roadmap →
  • Infrastructure: what’s running (hardware, network, services)
  • Labs: hands-on tasks and command snippets
  • Dashboard: quick health checks + logs
  • Upcoming Projects: planned builds (monitoring, hardening, runbooks)
Secure by default Repeatable Logs before guesses

Quick checks

Use this when you log in and want a fast “green check”.

sudo nginx -t && sudo systemctl reload nginx sudo systemctl status nginx --no-pager sudo systemctl status docker --no-pager sudo systemctl status tailscaled --no-pager sudo systemctl status cloudflared --no-pager df -h docker ps