Kubernetes Deploying a Kubernetes cluster using RKE Using RKE you can deploy a cluster from a simple config file. In this blog post I'll go over how to set it up. Jeroen Vermeylen 23 Feb 2023 · 3 min read
Kubernetes Deploying Joplin using ArgoCD In one of my previous posts we deployed the Joplin server using docker-compose. Now we will deploy it on the Kubernetes cluster using ArgoCD. Jeroen Vermeylen 9 May 2022 · 3 min read
Kubernetes Deploying ArgoCD on Kubernetes To make management off applications easier on the Kubernetes cluster, I deployed ArgoCD. In this post I will guide you through the setup. Jeroen Vermeylen 28 Apr 2022 · 2 min read
Kubernetes Deploying a MicroK8s Kubernetes Cluster The time has come to migrate from docker-compose to Kubernetes. To do this I settled on MicroK8s, although RKE is also a viable option for me. In this post I'll explain how I've set up the cluster. Jeroen Vermeylen 15 Feb 2022 · 4 min read
Docker Pushing Notifications Using Gotify Gotify can be used to send push notifications to your smartphone. In this guide I'll show you how to set it up. Jeroen Vermeylen 28 Dec 2021 · 1 min read
Docker I Switched from NPM to Traefik I really like NPM. But Traefik allows me to do the same, without going through a web UI. So I switched, and this is how I've done it. Jeroen Vermeylen 22 Nov 2021 · 4 min read
Docker Taking And Syncing Notes With Joplin In this guide, I will show you how to set up Joplin server. Joplin is a note taking tool with support for markdown. The server component is used to sync the notes between devices. Jeroen Vermeylen 13 Nov 2021 · 2 min read
Docker Website Monitoring Using Uptime Kuma I've set up this site, the platform to count visitor, and Nginx Proxy Manager to handle reverse proxies and ssl. Now I want to be kept up to date if Jeroen Vermeylen 9 Nov 2021 · 2 min read
scripting Scripts > Manual Labor I needed to change the layout of some text. Repetitive work is something I hate, so I wrote a script to do it for me. Doing it manually would have been faster though. Jeroen Vermeylen 2 Nov 2021 · 3 min read
Docker Deploying Shynet I wanted to keep track of how many people read these posts. So I've set up privacy-friendly Shynet to count my visitors. Jeroen Vermeylen 29 Oct 2021 · 3 min read
Docker Launching Nginx Proxy Manager Nginx Proxy Manager is what I use to manage all the reverse proxies to different web apps. It also handles my ssl certificates. Now I will tell you how to get it running. Jeroen Vermeylen 28 Oct 2021 · 3 min read
Docker Why & How Ghost This blog post documents my journey in setting up my blog. From the decision of which platform to use, to the rollout using docker-compose. Jeroen Vermeylen 26 Oct 2021 · 3 min read