Blog

Building a Docker Container with Gitea Actions on K3s

Building a Docker image and pushing it to the registry with GitHub Actions is incredibily easy. Since Gitea Actions are designed to be compatible with GitHub Actions, this should be easy, right?

Building My Resume with GitHub Actions

Even if you are not actively looking for a new job, it is a good idea to have an up to date resume. I’m using Overleaf’s GitHub integration and GitHub Actions to build PDF from my LaTeX resume and release it on GitHub

Back to Hugo

Over the years, this website was running on WordPress, Hugo, a custom React SPA, server-side rendered React, Gatsby, and now I’m back to Hugo.

Replicating Gitea Docker SSH Passthrough on K3s

If you are selfhosting Gitea on a single node Kubernetes cluster and want to enable git through SSH while keeping SSH connection to the cluster, this guide is for you.