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.
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.
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.
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.
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 something goes wrong. Thats why I've also set up Uptime Kuma. It's a simple
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.
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.
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.