🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

Traefik

traefik/traefik
One-command deploy You need your own server, but the README has a copy-paste Docker command that gets it running.

The Cloud Native Application Proxy

Reverse proxyContainersSelf-hostable
Traefik website screenshot

Deploy command

docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Consul, Etcd, Rancher v2, Amazon ECS, ...) and configures itself automatically and d…

Stars
★ 64.9k
Language
Go
License
MIT
Last updated
2026-09-23
Category
Networking & proxy
Section
General