Prerequisites Ubuntu VPS (20.04 LTS or newer) Root or sudo access At least 1GB RAM recommended Ports 53, 80, 443, and 3000 available Docker Docker Compose Create Directory Structure First, set up the directory structure for AdGuard Home: Copy # Create main directory sudo mkdir -p /adguard # Create subdirectories for data and configuration sudo […]
My Self-Hosted Docker Containers
I’ve been building out my self-hosted infrastructure for a while now, and figured it’s time to document what’s actually running. Here’s the complete list of Docker containers keeping my digital life off big tech platforms. System Management Portainer – makes Docker management bearable. Web UI for managing containers beats command line for routine tasks. Nginx […]