Skip to content

traefik.io

The Cloud Native Application Proxy

Package Information

  • Domain: traefik.io
  • Name: traefik.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install traefik

Programs

This package provides the following executable programs:

  • traefik

Aliases

This package can also be accessed using these aliases:

  • traefik

Available Versions

Show all 58 versions
  • 3.4.1, 3.4.0, 3.3.7, 3.3.6, 3.3.5
  • 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0
  • 3.2.5, 3.2.4, 3.2.3, 3.2.2, 3.2.1
  • 3.2.0, 3.1.7, 3.1.6, 3.1.5, 3.1.4
  • 3.1.3, 3.1.2, 3.1.1, 3.1.0, 3.0.4
  • 3.0.3, 3.0.2, 3.0.1, 3.0.0, 2.11.25
  • 2.11.24, 2.11.23, 2.11.22, 2.11.21, 2.11.20
  • 2.11.19, 2.11.18, 2.11.17, 2.11.16, 2.11.15
  • 2.11.14, 2.11.13, 2.11.12, 2.11.11, 2.11.10
  • 2.11.9, 2.11.8, 2.11.7, 2.11.6, 2.11.5
  • 2.11.4, 2.11.3, 2.11.2, 2.11.1, 2.11.0
  • 2.10.7, 2.10.6, 2.10.5

Latest Version: 3.4.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +traefik.io@3.4.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.traefikio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.