Home
TheLurps's blog
Cancel

Local traefik with Docker and SSL

Deploy Docker container with traefik Target We like to deploy some services as Docker container and use traefik as reverse proxy for them. Additionally, we will use SSL. Prerequisites instal...

Hosting a Docker container with an external IP using Docker Compose and IPvLAN

Introduction A docker container should be accessable from an IPv4 address that is not the original IP of the Docker host. This is possible with the IPvLAN driver. This article will show how to con...

Connecting clients to a site using a WireGuard gateway

Introduction This tutorial will show you how to connect a client to a site using a WireGuard gateway. This is useful if you want to connect a client to a site that is behind a NAT. This is also us...