Skip to main content
Traefik is the StackKits reverse proxy. It routes service hostnames such as base.<domain>, auth.<domain>, and kuma.<domain>.

Prerequisites

Open Traefik only from a trusted network or through the protection configured by StackKits.

Steps

1

Open Traefik

Use the Traefik row in the Node Hub or open https://traefik.<domain>.
2

Check routers

Confirm that each enabled service has a router and points to the expected service backend.
3

Check middleware

Verify that protected services use the TinyAuth middleware and intentionally public routes do not.

Verify

  • Routers exist for enabled services.
  • Backend services show healthy targets.
  • Public and protected routes match your rollout intent.

Next steps

TinyAuth

Confirm auth behavior for protected routes.

Whoami

Inspect forwarding headers on a diagnostic route.

Troubleshooting

The reverse proxy is reachable, but the target container or internal port is not. Check the service container first.