Skip to main content
Whoami is a small diagnostic service at whoami.<domain>. Use it to confirm routing, headers, and auth behavior before debugging larger apps.

Prerequisites

Whoami is useful only when the reverse proxy and auth layer are enabled.

Steps

1

Open Whoami

Open the Whoami row from the Node Hub.
2

Inspect headers

Check the forwarded host, scheme, and identity headers after signing in.
3

Compare routes

Use the result as the baseline when another service route behaves differently.

Verify

  • The page shows the expected hostname.
  • Protected access redirects through TinyAuth before the response appears.

Next steps

Traefik

Compare the router and middleware state.

TinyAuth

Confirm the auth redirect path.

Troubleshooting

Confirm that the service is meant to be protected and check the Traefik middleware for the Whoami router.