Use CI to prevent additional Doxygen warnings in your project
This is the second in series of articles where I discuss how to avoid increasing number of warnings over time in your documentation build. In previous article I wrote about Sphinx documentation build, but now I will write how to limit Doxygen warnings. (more...)
Traefik v2 and Unifi Controller on Kubernetes
RaspberryPi 3 and 4 Kubernetes cluster can run Unifi Controller on your local network and expose your admin interface over the https on Internet. I also have firewall before my Kubernetes cluster which only exposes https and http ports, so other ports exposed here are only exposed in my local network. (more...)
Use CI to prevent additional Sphinx warnings in your project
I have a habit of fixing warnings when they appear. Although sometimes warnings might seem unjustified I have learned the hard way that suddenly they can be very justified. It is all nice when you are starting the project, but when you join poorly maintained project or just turn new error options for your tool, you are suddenly faced with new warnings. (more...)
Setup gitlab runner in Kuberenets on Raspberry Pi with Helm
There is some preparation required for your Kubernetes cluster on Raspberry Pi to run gitlab-runner for your GitLab Continuous Integration pipeline. As official instructions also tell you, you will need to create a ServiceAccount. (more...)