first commit
This commit is contained in:
9
askkennyb/content/_index.md
Normal file
9
askkennyb/content/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Home"
|
||||
description: "Landing page for Ask Kenny B."
|
||||
---
|
||||
|
||||
{{< bio img="/images/profile.png" alt="Kenny Bondelie" >}}
|
||||
👋 I’m Kenny Bondelie — finance leader turned hands-on IT and security architect.
|
||||
I write about building reliable systems, both technical and organizational.
|
||||
{{< /bio >}}
|
||||
12
askkennyb/content/about/_index.md
Normal file
12
askkennyb/content/about/_index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
date: '2025-11-03T16:47:38-08:00'
|
||||
draft: false
|
||||
title: 'About'
|
||||
description: "Who I am and what Ask Kenny B is about."
|
||||
---
|
||||
|
||||
Hi, I’m Kenny. I build reliable, human-centered systems—nonprofit finance → homelab resilience → cloud + security.
|
||||
|
||||
This site is my public lab notebook: practical guides, reproducible setups, and leadership patterns that scale.
|
||||
|
||||
Let's go.
|
||||
38
askkennyb/content/posts/another-test.md
Normal file
38
askkennyb/content/posts/another-test.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: "Project Log: Docker Dreams and YAML Nightmares"
|
||||
date: 2025-11-05
|
||||
description: "A totally serious update on my local lab, featuring unexpected container drama, a misbehaving reverse proxy, and lessons in patience."
|
||||
tags: ["homelab", "docker", "networking", "humor"]
|
||||
categories: ["DevOps"]
|
||||
draft: false
|
||||
---
|
||||
> Sometimes the difference between a 'production-ready stack' and 'why is my NAS on fire?' is one missing space in a YAML file.
|
||||
|
||||
It started innocently enough:
|
||||
a single `docker-compose.yml`, neat and tidy, humming along like a well-trained orchestra. Then I added *one* new service—my self-hosted note app—and everything fell apart.
|
||||
|
||||
### The Symptoms
|
||||
- Containers refusing to start with no useful logs
|
||||
- DNS loops that made my router question its purpose
|
||||
- My wife asking, “Why is our TV buffering when you touch the server?”
|
||||
|
||||
### The Diagnosis
|
||||
Turns out, I nested a volume mount under the wrong key.
|
||||
YAML: 1 — Human: 0.
|
||||
|
||||
### The Fix
|
||||
A humble indent.
|
||||
Four spaces, to be precise.
|
||||
Suddenly the world made sense again, DNS was stable, and my cat stopped judging me.
|
||||
|
||||
### Lessons Learned
|
||||
1. **Version control everything**, even your test Compose files.
|
||||
2. **Automate backups** before you “just try something real quick.”
|
||||
3. **Celebrate small victories**—sometimes the win is just getting your network back online before dinner.
|
||||
|
||||
---
|
||||
|
||||
If you read this and thought, “I’ve been there,” then welcome to the club.
|
||||
Homelabs teach patience, humility, and the thrill of a perfectly clean `docker ps` output.
|
||||
|
||||
*Stay tuned for next week’s adventure: rebuilding my reverse proxy after a 301 loop ate my weekend.*
|
||||
15
askkennyb/content/posts/hello-world.md
Normal file
15
askkennyb/content/posts/hello-world.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Hello, World — Why Ask Kenny B?"
|
||||
date: 2025-11-02
|
||||
description: "What this space is about: practical homelab builds, cloud security, and translating leadership into hands-on architecture."
|
||||
tags: ["intro", "homelab", "project"]
|
||||
categories: ["Meta"]
|
||||
draft: false
|
||||
---
|
||||
Welcome! This blog will cover:
|
||||
|
||||
- Reproducible **homelab guides** (Proxmox, Docker, Authentik, reverse proxies).
|
||||
- **Cloud blueprints** that scale from personal to org-grade.
|
||||
- Transferable **leadership → architecture** lessons (risk, controls, finance).
|
||||
|
||||
Thanks for being here—let’s build.
|
||||
Reference in New Issue
Block a user