pete@stack:~/build-log$

build-log

rss ↗

$ ls -t ~/build-log — what I'm shipping, learning, and figuring out

2026.02.05 tailscale mesh Connected everything with Tailscale. The server, the NAS, the workstation, the phone. Encrypted mesh network, no port forwarding,… #DevOps#Linux#Docker 2026.02.01 caddy proxy Put Caddy in front of everything as the reverse proxy. Automatic TLS certificates, clean subdomain routing, zero manual cert manag… #DevOps#Docker#Linux 2026.01.25 docker everything Every service gets its own Docker Compose stack. Isolated networks, named volumes, environment files. No package conflicts, no dep… #DevOps#Docker#Linux 2026.01.18 nas storage Added a Synology NAS as the storage layer. Backups, media, shared volumes. The server handles compute, the NAS handles data. Two m… #DevOps#Linux#Backup 2026.01.11 linux server Set up a dedicated Ubuntu server as the backbone for everything we build. One box, clean install, SSH access, nothing else. Every… #DevOps#Linux#Docker