How to configure your DNS records, your own custom domain and cloudflare for your gitlab page

With love from transip.nl and cloudflare.com

Prerequisites: Set up a gitlab page Have a cloudflare account Have your domain registered at a registrar or at cloudflare Introduction In a previous blog i explained howto setup gitlab page. However it is possible to use a custom domainname. And since i’m a nerd, i wanted to configure that aswell. Register your domain Register you domain name at a registrar like transip.nl or clouddlfare.com I used transip.nl myself [Read More]

How to setup your own gitlab page

Deployed with CI/CD and Hugo

Prerequisites: Have a gitlab account Have a good reasonable understanding of git (cloning, commiting and merging) Introduction I used to have a wordpress blog, in which i placed all posts manually. As i work alot from git, i went to look for a more automated solution. Gitlab page (forking a project) This gitlab page will be forked from hugo. View the sample projects by navigating to the GitLab Pages examples group. [Read More]

How to install gitlab-runner on k3s with helm chart

Bring your own runner ;)

Prerequisites: Have some kind of k8s cluster running (inclusing k3s) have one or more gitlab repo’s Introduction This will learn you how to deploy a simple gitlab runner in k3s / k8s with the registration token in a k8s secret. Token Since gitlab 16.0 you are required to register your runners in a new fashion. Please refer to your git repo and get a new token per runner. Store this in a secret as explained underneath. [Read More]