Automic VaultAutomic Vault

brew

Installer traefik avec Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de traefik pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install traefik

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install traefik

MacPorts ports tree · net/traefik/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add traefik

Alpine Linux edge package indexes · traefik · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#traefik

nixpkgs package indexes · pkgs/by-name/tr/traefik/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S traefik

Arch Linux sync databases · traefik · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install traefik

openSUSE Tumbleweed package metadata · traefik · Source: download.opensuse.org

Windows

Scoopvérifié · 92%
scoop install main/traefik

Scoop official bucket manifest trees · bucket/traefik.json · Source: api.github.com

aperçu

Résumé du paquet

Modern reverse proxy

historique

Historique du projet et usages

Traefik is a Go-based reverse proxy and load balancer created for dynamic infrastructure. Its package history tracks the rise of Docker, orchestrators, service discovery, Kubernetes, and cloud-native ingress patterns.

Historique du projet

The official README describes Traefik as a modern HTTP reverse proxy and load balancer that integrates with infrastructure components such as Docker, Swarm, Kubernetes, Consul, Etcd, Rancher, and Amazon ECS. Its central idea is that pointing Traefik at an orchestrator or service registry should be the main configuration step.

The GitHub repository was created on September 13, 2015. Official release metadata shows v1.0.0 published on July 5, 2016, v2.0.0 on September 16, 2019, and v3.0.0 on April 29, 2024. The README documents semantic-versioned releases and migration guidance for major upgrades.

Traefik's design split static install configuration from dynamic routing configuration. Official configuration docs explain that routing configuration can come from providers and can be hot-reloaded without request interruption, a feature that matched containerized deployments where services appear, disappear, and scale frequently.

Historique d'adoption

Traefik spread with Docker and Kubernetes because it replaced hand-maintained reverse-proxy configuration with provider-driven routing. Its README lists Docker, Swarm, Kubernetes, ECS, and File providers, and highlights automatic dynamic configuration, Let's Encrypt integration, metrics, access logs, HTTP/2, gRPC, WebSocket support, and a web UI.

For package managers, Traefik became a standard single-binary infrastructure tool. The input facts show packages across Homebrew, Alpine, MacPorts, Nix, Arch, Scoop, and openSUSE, reflecting use by developers who want to run or test cloud-native routing locally without installing a full platform stack.

Modes d'utilisation

Users run traefik as a daemon or container, point it at a provider such as Docker or Kubernetes, and let it derive routes from service metadata. The official README examples show running a downloaded binary with a sample TOML config or running the official Docker image with a mounted config file.

The official configuration docs say startup configuration can be supplied by a configuration file, command-line arguments, or environment variables. Configuration files named traefik.yml, traefik.yaml, or traefik.toml are searched in /etc/traefik, $XDG_CONFIG_HOME, $HOME/.config, and the working directory unless configFile overrides the path.

Pourquoi les passionnés de paquets s'y intéressent

Traefik is package-nerd relevant because it is a large, real-world Go network service that still behaves like a portable command-line binary. Formula maintainers care about config-file defaults, service wrappers, shell completion, reproducible builds, and keeping major-version migrations visible to local developers.

It is also a canonical example of a package whose usefulness is not only the executable, but the integration surface: Docker labels, Kubernetes CRDs, ACME storage, metrics backends, and provider configuration all make the packaging boundary matter.

Chronologie

  • 2015: GitHub repository created.
  • 2016: v1.0.0 released.
  • 2019: v2.0.0 released with a major configuration generation change noted by the official docs.
  • 2024: v3.0.0 released.
  • 2026: v3.7.0 appears in official GitHub release metadata.

Related projects

  • Docker, Swarm, Kubernetes, Consul, Etcd, Rancher, Amazon ECS, and File providers are named in the official README as integration targets.
  • Let's Encrypt, Prometheus, Datadog, StatsD, and InfluxDB are named in the official README as common operational integrations.

posture de sécurité

Niveau de risque : orange

formula declares a Homebrew service.

Classificateur de risque

risque orange · confiance moyen · infrastructure

Pourquoi

  • formula declares a Homebrew service

Signaux

  • metadata:service

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de formule déclarent un service ou daemon.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 3 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/traefik/traefik.yml/etc/traefik/traefik.yaml/etc/traefik/traefik.toml$XDG_CONFIG_HOME/traefik.yml$XDG_CONFIG_HOME/traefik.yaml$XDG_CONFIG_HOME/traefik.toml~/.config/traefik.yml~/.config/traefik.yaml~/.config/traefik.toml./traefik.yml./traefik.yaml./traefik.toml

exécutables

Exécutables installés

CommandeTypeExpositionNote
traefikcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-26
version du gestionnaire3.7.9
gestionnaire mis à jour2026-07-24
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/traefik/traefik

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:traefik
Version3.7.9
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/traefik
Page d'accueilhttps://traefik.io/
Dépôthttps://github.com/traefik/traefik
Docs amonthttps://doc.traefik.io/traefik
LicenceMIT
Archive sourcehttps://github.com/traefik/traefik/releases/download/v3.7.9/traefik-v3.7.9.src.tar.gz
Dernière mise à jour2026-07-24T15:53:21Z
Pulseupdated
Dépendances de compilationcorepack, go, node
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Servicedeclared

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametraefik
Aliases
  • traefik@3
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

traefik

nix profile install nixpkgs#traefik
  • normalized package name match
  • Correspondance par : Traefik
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tr/traefik/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

traefik 3.7.1-r0

The Cloud Native Edge Router

https://traefik.io/

sudo apk add traefik
  • License: MIT
  • Architecture: x86_64
  • Source Package: traefik
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Traefik
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: traefik from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

traefik-doc 3.7.1-r0

The Cloud Native Edge Router (documentation)

https://traefik.io/

sudo apk add traefik-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: traefik
  • normalized package name match
  • Correspondance par : Traefik
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: traefik-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

traefik-openrc 3.7.1-r0

The Cloud Native Edge Router (OpenRC init scripts)

https://traefik.io/

sudo apk add traefik-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: traefik
  • normalized package name match
  • Correspondance par : Traefik
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: traefik-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

traefik 3.7.1-1

Modern reverse proxy written in Go

https://github.com/traefik/traefik

sudo pacman -S traefik
  • License: MIT
  • Architecture: x86_64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Traefik
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: traefik from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

traefik 3.6.17-1.1

The Cloud Native Application Proxy

https://traefik.io/

sudo zypper install traefik
  • License: MIT
  • Category: Productivity/Networking/Web/Proxy
  • Architecture: x86_64
  • Source Package: traefik
  • 4 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Traefik
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: traefik from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

traefik2 2.11.46-1.1

The Cloud Native Application Proxy

https://traefik.io/

sudo zypper install traefik2
  • License: MIT
  • Category: Productivity/Networking/Web/Proxy
  • Architecture: x86_64
  • Source Package: traefik2
  • 3 Dépendances
  • 5 fournit
  • normalized package name match
  • Correspondance par : Traefik
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: traefik2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

traefik

sudo port install traefik
  • normalized package name match
  • Correspondance par : Traefik
MacPorts ports tree · api.github.com · MacPorts ports tree: net/traefik/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/traefik

scoop install main/traefik
  • normalized package name match
  • Correspondance par : Traefik
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/traefik.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment