Working code from SumGuy's Ramblings — Docker, self-hosting, AI/LLM, Linux, DevOps, and open source.
Clone it, break it, learn from it.
sumguy-examples/
docker/ ← Compose files, Dockerfiles, networking examples
ansible/ ← Playbooks, roles, inventory examples
self-hosting/ ← Full stack configs for self-hosted apps
linux/ ← Scripts, shell snippets, system configs
networking/ ← WireGuard, Caddy, Cloudflare Tunnel configs
llm/ ← Ollama, LocalAI, vLLM, inference configs
devops/ ← CI/CD, Terraform, monitoring configs
Each subdirectory maps to a topic category. Inside, folders are named after the article they accompany — linked from the post itself.
Each example folder has its own README with:
- What it does
- Prerequisites
- How to run it
- Which article it came from
Examples are tested at the time of writing. Check the folder README for version info. Things change — if something's broken, open an issue.
MIT. Use it, fork it, ship it.