Home Lab with Docker

Docker is awesome, and you should definitely be using it in your home setup. I have a Synology DS918+ NAS, and it supports docker. In fact docker support was the first item on my checklist while looking for a NAS. Even though the Docker UI on DSM is pretty decent, I think this is an area where Portainer really shines! It’s essentially a Docker management UI. I have been using it for ages now, it it has been wonderful....

October 28, 2022 · 2 min · 334 words · Kalpik Nigam

Hosting your Hugo website for free on Cloudflare

You probably already know how big a fan I am of Cloudflare. So while looking around on the Cloudflare console, when I discovered Cloudflare pages, I was overjoyed! It took me only a couple of minutes to switch hosting this blog from DigitalOcean apps to Cloudflare pages. That’s the beauty of code driven deployments 🙂 I followed the very handy documentation here on the Cloudflare developer portal, and switching was a breeze!...

October 3, 2022 · 1 min · 166 words · Kalpik Nigam

Hosting your Hugo website for free

As promised, here I am with a blog post about how I shifted to Hugo from Wordpress. What we’ll achieve by the end of this blog post: Migrating your data out of Wordpress (optional) Installing Hugo Creating a new blank Hugo website Importing your wordpress content into your new Hugo site (optional) Committing your new website to Github Setting up a free account with DigitalOcean and linking your GitHub website repo to DigitalOcean apps to enable automated deployments Setting up a custom domain for your website on DigitalOcean Migrating your data out of Wordpress I found the easiest way to do this is to use the WordPress Jekyll Exporter plugin....

September 29, 2022 · 4 min · 666 words · Kalpik Nigam

Switched to Hugo

Static site generators have picked up a lot of steam in the past few years. This much neglected blog of mine was running WordPress up until now, and even though it was good enough for me (let’s face it, I wasn’t really doing much with my blog anyway), I wanted to play around with SSGs. The ultimate trigger for me was my host telling me that I’m running out on disk space, and needed to decide if I wanted to go to the next tier of hosting with them....

September 21, 2022 · 2 min · 273 words · Kalpik Nigam

Seamless roaming on Unifi

So, in the past few months, I have overhauled my entire home network setup. The details call for a separate blog post at some time, I guess. But yes, I’ve switched to Unifi access points. The one thing that took me a while to get right was the seamless roaming. I came to Unifi from Orbi, and man, Orbi worked awesome for seamless handoff between access points. On Unifi, it sometimes took ages before my clients switched to the nearest access point....

December 6, 2021 · 2 min · 274 words · Kalpik Nigam