> status: current status
building_homelabNotes from
the cloud_
DevOps · Platform · InfraThe things I wish someone had written down before I had to learn them the hard way.
expertise: - "Kubernetes & Cloud-Native" - "CI/CD & GitOps" - "IaC (Terraform, Ansible)" - "Observability Stack"
[ Engineering Spotlight ]
// a selection of infrastructure & automation notes
ansibleautomationDeploying Node.js Applications with Ansible, NVM, PM2, Nginx, and Let's Encrypt
Learn how to deploy Node.js and Vite applications with Ansible using NVM, PM2, Nginx, and Let’s Encrypt. This guide walks through a practical role-based deployment workflow for provisioning servers, managing Node.js versions, handling private GitHub repositories, configuring PM2 processes, serving static Vite builds, and automating TLS certificates with Certbot.
> read_post
automationcloudflareStop Clicking Through GitHub Settings: Manage Actions Secrets with Terraform
Learn how to manage GitHub Actions secrets and environment variables with Terraform using the integrations/github provider, a nested repo/environment schema, and an S3-compatible RustFS backend.
> read_post
automationprivate-cloudFrom Clicking VMs to a Private Cloud: Terraform + Proxmox (the parts the docs skip)
A practical guide to managing Proxmox VMs and LXCs with Terraform, including template builds, for_each workloads, S3-compatible state, cloud-init, and real-world gotchas.
> read_post