Skip to main content
  1. Posts/

Traefik

loading · loading ·

A series of articles about setting up and using Traefik — a modern reverse proxy and load balancer.
We cover installation in Docker and LXC, SSL configuration, routing, Let’s Encrypt integration, and secure microservice management.

Installing Traefik in an LXC Container on Proxmox as a Systemd Service: Part 2

Installing Traefik in an LXC Container on Proxmox as a Systemd Service: Part 2

··3160 words·15 mins· loading · loading
Continuing the series about Traefik in LXC - from a test binary to a working configuration. Cloudflare token, final static config, wildcard certificate, dashboard protection via Basic Auth, log rotation, dynamic config structure, and migrating a dozen services from Docker labels to the file provider. CrowdSec is planned as a separate follow-up.
Traefik in Docker: Setting Up a Reverse Proxy from Scratch

Traefik in Docker: Setting Up a Reverse Proxy from Scratch

··2395 words·12 mins· loading · loading
A step-by-step guide to installing and configuring Traefik in Docker to set up a reverse proxy and manage web traffic. Covers container configuration, routing, SSL integration, and recommendations for managing web services.