traefik

Installation
SKILL.md

Identity

  • Docker image: traefik:v3 (current stable; traefik:latest tracks major version)
  • Binary install: /usr/local/bin/traefik (when running outside Docker)
  • Static config: /etc/traefik/traefik.yml (or traefik.toml; YAML preferred)
  • Dynamic config dir: /etc/traefik/dynamic/ (watched by file provider)
  • Docker socket: /var/run/docker.sock (mounted read-only into the Traefik container)
  • Dashboard port: 8080/tcp (default; disable or protect in production)
  • Logs: Docker: docker logs traefik; Systemd: journalctl -u traefik
  • Distro install: apt install traefik / download binary from https://github.com/traefik/traefik/releases

Key Operations

Installs
1
GitHub Stars
5
First Seen
Mar 18, 2026
traefik — l3digital-net/claude-code-plugins