Posts in 2020

  • Traefik 2.2 + Docker: Global entrypoint configuration

    Wednesday, March 25, 2020 in Blog

    Featured Image for Traefik 2.2 + Docker: Global entrypoint configuration

    Image Source Introduction With Traefik 2.2 it is now easier then ever to globally configure your entrypoints. We will show you how you can define a global redirect to https and how to set a default certResolver. So you don’t have to set the …

    Read more

  • Traefik 2.0: Route external services through Traefik

    Thursday, January 02, 2020 in Blog

    Featured Image for Traefik 2.0: Route external services through Traefik

    Image Source Introduction In this tutorial we will show you how you can route non-Docker services through Traefik. Let’s suppose you want to access your Pi-hole admin console (http://192.168.0.10:80/admin) by browsing to pihole.example.com. …

    Read more

Posts in 2019

  • Using Pi-hole to route your services internally

    Tuesday, November 12, 2019 in Blog

    Featured Image for Using Pi-hole to route your services internally

    Image Source The Problem If you have followed our previous guides, chances are that you have a domain, some DNS records pointing to your public IP, port forwarding enabled and a Docker server running some services. Most likely your domain resolves …

    Read more

  • Traefik 2.0: Wildcard Let's Encrypt Certificates

    Tuesday, November 12, 2019 in Blog

    Featured Image for Traefik 2.0: Wildcard Let's Encrypt Certificates

    Image Source Introduction In this tutorial we will setup Traefik to obtain wildcard certificates from Let’s Encrypt. This requires DNS challenge to be setup. Usually Traefik obtains a certificate for every subdomain. We can simplify this …

    Read more

  • Traefik 2.0: Paranoid about mounting /var/run/docker.sock?

    Tuesday, November 12, 2019 in Blog

    Featured Image for Traefik 2.0: Paranoid about mounting /var/run/docker.sock?

    Image Source The Problem If you have followed our previous guides, you mount the Docker Socket ( /var/run/docker.sock) into the Traefik container. If someone gets access into the Traefik container, they can gain full access to your host machine. …

    Read more

  • Traefik 2.0 + Docker: An Advanced Guide

    Tuesday, September 24, 2019 in Blog

    Featured Image for Traefik 2.0 + Docker: An Advanced Guide

    Image Source Introduction This tutorial is the second part of this article. We will go trough the following configurations: Add a file provider to traefik.yml Create a config file for a central configuration for storing middlewares config.yml. …

    Read more

  • Traefik 2.0 + Docker: A Simple Step by Step Guide

    Tuesday, September 24, 2019 in Blog

    Featured Image for Traefik 2.0 + Docker: A Simple Step by Step Guide

    Image Source Introduction In this tutorial we will go trough the following things: Setup and configure Traefik in a Docker container Let’s Encrypt setup for automatic HTTPS certificates Deploy a simple service (Portainer) and expose it to the …

    Read more