security
10 posts
Setting Up WireGuard VPN on Your Own Server
TL;DR Deploy a self-hosted WireGuard VPN server using Docker Compose in under 15 minutes. Generate client configs automatically and connect
Docker Security Best Practices for Self-Hosters in 2026
TL;DR: The Docker security practices that reduce the most risk are running applications as non-root, publishing only required ports, dropping
How to Harden Your Linux VPS in 10 Minutes
TL;DR Lock down a fresh Linux VPS in 10 minutes: disable root SSH login, set up SSH keys, configure UFW firewall,