Contributions

Article
Learn about this developer-friendly approach to automatically monitor and restart a Docker container using health checks and Autoheal without any extra configuration or scripts on the server.
Article
Learn how to create a permanent SSH tunnel with systemd.
Article
In this blog post, I outline the steps needed to configure TraefikEE to make use of Azure Active Directory as an OIDC provider to authenticate users.
Article
Adding an additional linting step for the nginx configuration to our GitLab CI pipeline was easier than I thought. I cover what I have done in this blog post.
Article
Recently, I wanted to improve our CI build pipelines with some custom-built Docker images for our PHP projects. To make sure I can reuse the image in as many of our projects as possible, I wanted to compile and install as many PHP extensions as possible.
Article
In this blog post, I describe how you can use the Docker build target flag to optimize your multi-stage docker builds (e.g. for local & prod deployments).