FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Part 3 — Traefik and SSL
How-ToDevOps

Part 3 — Traefik and SSL

via Dev.toDinh Doan Van Bien10h ago

Part 3 of 7 — Self-hosting Supabase: a learning journey We need a reverse proxy. It sits in front of all our containers, terminates TLS, and routes incoming requests to the right service based on the hostname. Traefik is the standard choice for Docker-based setups because it can read container labels and configure itself automatically. Add a label to a container saying "I want a route at this domain" and Traefik creates it. This is elegant. It also has a compatibility problem I ran into immediately, and that costed me quite some time. The version problem Recent versions of Docker Engine changed the way the API negotiates versions with clients. Traefik v2, the version you will find in most tutorials, does not handle this correctly. It connects to the Docker daemon, appears to start fine, but silently fails to pick up any services. Your containers are running. Traefik is running. Nothing gets routed. There is no error message that points clearly at the cause. The fix is Traefik v3, the c

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

I Built a Visual Pathfinding Tool to Understand Uninformed Search Algorithms. Here’s What I Learned
How-To

I Built a Visual Pathfinding Tool to Understand Uninformed Search Algorithms. Here’s What I Learned

Medium Programming • 11h ago

Stop Writing Go Like It’s 2017: 15 Modern Patterns You Should Be Using
How-To

Stop Writing Go Like It’s 2017: 15 Modern Patterns You Should Be Using

Medium Programming • 11h ago

Mimic @ViewBuilder
How-To

Mimic @ViewBuilder

Medium Programming • 12h ago

These 2 Apps Help Me Make Sense of My 100K Screenshots
How-To

These 2 Apps Help Me Make Sense of My 100K Screenshots

Wired • 12h ago

How to Build a Migration-Proof Icon Picker in AEM
How-To

How to Build a Migration-Proof Icon Picker in AEM

Medium Programming • 12h ago

Discover More Articles