Skip to content

Tag: homelab

All the articles with the tag "homelab".

A Guide to LXC/LXD

A Guide to LXC/LXD

LXC/LXD runs full Linux environments in lightweight containers — faster to spin up than VMs and perfect for home lab service isolation.

NocoDB DB Management System

NocoDB DB Management System

NocoDB wraps any SQL database in a spreadsheet UI — self-host an Airtable alternative on top of MySQL, PostgreSQL, or SQLite with Docker.

Wireguard VPN Server in Docker

Wireguard VPN Server in Docker

Run a WireGuard VPN server inside Docker — wg-easy setup, peer config generation, and getting road warrior access to your home network.

Install & use Doxygen via Docker

Install & use Doxygen via Docker

Generate code documentation with Doxygen without installing it — run it from a Docker container and get HTML docs from any codebase.

Docker Compose useful commands

Docker Compose useful commands

The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.