Roël Couwenberg

Blog

Here I share articles, tips, resources, and tutorials about software development and technical tools. Whether you’re just starting out or already have experience, I hope you find useful information here that can help you in your work.

Resources

VNC Viewer

July 29, 2024

Access Your Containers From a Centralised VNC Viewer When working with multiple containers, managing individual VNC connections can become cumbersome. To simplify this process, I’ve created a centralised VNC viewer that allows you to access all your containers from a single interface. This setup provides a convenient way to monitor and interact with your containers without the need for multiple VNC connections.

Read more

Authentication Proxy

June 14, 2024

Secure Your Applications With an Authentication Proxy In today’s digital landscape, robust authentication mechanisms are essential for securing applications. This authentication proxy container is a versatile solution for scenarios where basic authentication isn’t sufficient. It supports multiple authentication methods, including local, OAuth2, OIDC, Google, and Apple. The proxy is designed to work with Traefik as forward authentication middleware, enhancing your existing reverse proxy setup.

Read more

Dockerised VS Code

May 26, 2024

Simplify Your Development Setup With Dockerized VS Code As a developer, setting up a consistent and reproducible development environment across different machines can be a challenge. This is especially true when working on multiple projects with different dependencies and configurations. To address this issue, I’ve created a setup that allows you to run Visual Studio Code (VS Code) in a Docker container, providing a consistent and isolated development environment that can be easily shared and replicated.

Read more