rwaltr/home-ops
February 19, 2026 Β· View on GitHub
π Overview
This is a monorepo to manage my personal homelab infrastructure. Running Universal Blue uCore (Fedora CoreOS-based immutable OS) on the main host ("mouse") with Terraform/Pulumi for cloud resource management. The infrastructure provides object storage (RustFS), monitoring (Netdata), and backup capabilities (Backblaze B2).
π§ Infrastructure Components
π΅ uCore
Universal Blue uCore provides immutable, container-first host configuration. Configuration in infra/ucore/ using Butane β Ignition.
Entry point: infra/ucore/butane/
βΈοΈ Kubernetes (k0s)
Single-node k0s cluster planned for mouse. Configuration managed via k0sctl.
Entry point: infra/k0s/
π Terraform
Terraform manages cloud resources (maintenance mode β migrating to Pulumi):
- Cloudflare: DNS and domain management (
infra/terraform/cloudflare/) - Backblaze B2: Backup storage provisioning (
infra/terraform/backblaze/) - Terraform Cloud: Workspace management (
infra/terraform/tf-cloud/)
π Pulumi
Pulumi stubs created for migrating cloud resources from Terraform (Go-based):
- Backblaze: B2 provisioning (
infra/pulumi/backblaze/) β has initial Go code - Cloudflare: DNS management (
infra/pulumi/cloudflare/) β stub - Terraform Cloud: Workspace management (
infra/pulumi/tf-cloud/) β stub
π SOPS
Age-based secrets management for encrypting sensitive configuration values inline with repository files.
π₯οΈ Current Host
mouse (uCore)
Primary infrastructure host running:
- Storage: ZFS pools
- Object Storage: RustFS (S3-compatible, Rust-based)
- Monitoring: Netdata for system metrics
Configuration: infra/ucore/butane/hosts/mouse.bu
π Cloud Integrations
Cloudflare
DNS and domain management for multiple domains (familylegacy, legacy, prof, public zones)
Backblaze B2
S3-compatible backup storage for long-term data retention
ποΈ Finding TODOS
π§° Tools
| Tool | Use | Active |
|---|---|---|
| uCore | Operating System | βοΈ |
| SOPS | Secrets Management | βοΈ |
| Terraform | Cloud Resource Management | βοΈ |
| Pulumi | Cloud Resource Management | π§ |
| ZFS | Storage & Snapshots | βοΈ |
| RustFS | S3-compatible Storage | βοΈ |
| Netdata | System Monitoring | βοΈ |
| k0s | Kubernetes (single-node) | π§ |
| Pre-commit | Code Quality Automation | βοΈ |
| mise | Task Runner & Tool Mgmt | βοΈ |
π€ Thanks
Thank you to the below for inspiration
- onedr0p
- anthr76
- danmanners
π Communities
K8s-at-Home
π¬ Contact Me
- Github Issues
π Changelog
See commit history