Skip to main content

Traefik

Reverse proxyMonitoring

Cloud-native reverse proxy and load balancer

Widgets & Capabilities​

TraefikOverview of Traefik routers, services, middlewares, and entry points.
Details

Adding the integration​

You can find how to add the integration on the Integrations Management documentation page.

URL configuration

Use the URL where Traefik exposes its dashboard/API, for example http://traefik:8080 or https://traefik.example.com. Homarr calls Traefik endpoints under /api automatically.

API requirement

Traefik must have the API enabled. For local or internal setups this is commonly exposed through api.insecure=true; for production setups, expose the api@internal service through an authenticated router.

Secrets​

No credentials required
This integration does not require any credentials to be set.

Steps to retrieve the credentials:

  1. Choose this option when the Traefik API is only reachable from a trusted internal network and does not require authentication.