Mastodon
Select Page
Deploying Uptime Kuma to Fly

Deploying Uptime Kuma to Fly

Uptime Kuma is one of my favorite status systems. It is simple to setup, looks nice, works well, and integrates with almost everything. One of the best parts to me about it is the fact that I can quickly deploy it on Fly.IO since it is just a simple docker container....
Why I finally switched to Grafana Cloud

Why I finally switched to Grafana Cloud

For a while now I have been self-hosting Grafana. I recently decided to give Cloud a try again. Overall I have ended up moving all of my metrics over to it. After factoring in all of the storage costs and everything it really came out better and I have been able to...
Prowler: Security Scanning

Prowler: Security Scanning

Another Security Scanning tool that I enjoy using is called Prowler (Github Link here). They have a CLI utility that is awesome at running quick scans and they also have a cloud paid version that helps with more constant scanning and gives some nice dashboards. For...
Why I Like GitHub Actions

Why I Like GitHub Actions

So if you have ever done anything in DevOps you have worked with some kind of CI/CD. I have worked with multiple different ones over the years and have certainly generated some opinions around them and which ones I prefer. Ease of Use GitHub Actions has been one of...
NGROK: Still a cool tool

NGROK: Still a cool tool

I’m sure plenty of people have used NGROK. It is a tool that I used a lot as a developer to quickly stand up and test webhooks if I needed to hit my local computer. It helped to just give me an external URL that I could use to get the data. However I recently...