Home
- Self-Hosted GitHub Runners: Auto-Replacing Single-Use DockersCreate single use self-host GitHub Runners with Docker Compose replicas. Code exmaples and explainations provided.
- Setting up & using Terraform CloudWe considered the 2 options currently available to us for storing our Terraform state file which are AWS S3 buckets and Terraform Cloud. With AWS S3 buckets, we found that we will need a separate folder to configure our S3 bucket which will contain another main.tf file (different from that used for our main resources).… Read more: Setting up & using Terraform Cloud
- Automating OS Security UpdatesI run a virtual machine used for ad hoc dev testing. My goal is to prevent security vulnerabilities and to make sure that the security updates are applied automatically. As its only one server, it could be less tedious if I run the updates manually but I would like a process that allows me practice… Read more: Automating OS Security Updates
- Adding Continuous Deployment to your CICI what now?! Continuous Integration is the practice of automating your testing so you can frequently merge your changes to your main branch. The smaller and more frequent the changes the better. But this is only half of the story. Having your GitHub repo up to date is great but what if you could also… Read more: Adding Continuous Deployment to your CI
- YouFibre & OpnSense SetupThis is a simple, easy-to-follow, step-by-step account of how I configured my OpnSense Firewall to work with YouFibre. Once you understand the process replacing the Eero router with OpnSense can be quick and straightforward getting you online in no time! My relationship with YouFibre I am a new YouFibre customer (at the point of writing)… Read more: YouFibre & OpnSense Setup