TGLMAN

Configure a Forgejo Runner

I've been using GitHub and then GitLab for a while, but recently a new git hosting service is online called Codeberg this is based on an open source Git Repo Hosting software called ForgeJo that implements the usual functionalities of a git hosting like: code browsing, issue tracking, continuous integration, and collaborative coding, with the aim to support in the long term federated collaboration, which give better long term prospective compared to the state of the art git hostings, anyway a smaller service like this one understandably have a limited support for free continues integration runners, but it gives an easy way to configure one on your machine......

USB or password boot decrypt

Here is a small guide to create a USB key that store the decryption key for your LUKS encrypted disk, this is useful for when your device is in a safe place and you want it to boot without the need to type a password, and then going back to normal password workflow simply unplugging the USB key......

Setup Gitlab runner for run ci tests locally

Recently I stumbled upon a issue on a build for one of my side projects that showed up only on the gitlab ci and not locally, so for troubleshoot the problem I tried to setup the same environment on my machine......