Keenrig

Whoamiself-hosted with Keenrig

Trả về header và địa chỉ của request. App chẩn đoán: nó cho thấy gateway đang chuyển tiếp gì tới container, nên khi định tuyến sai thì đây là chỗ nhìn ra nguyên nhân.

  • chẩn-đoán

Whoami echoes back exactly the headers and addresses it receives. That sounds useless right up until routing goes wrong: when a domain lands on the wrong app, or the gateway is not forwarding a header you assumed it forwards, this is the only place you see the truth instead of guessing.

What you would use it for

  • A domain you just added returns the wrong app — install Whoami on that domain to see where requests actually land.
  • Check whether the gateway passes `X-Forwarded-For` and `X-Forwarded-Proto` down to the container, before installing a real app that depends on them.
  • Confirm a new instance receives outside traffic at all, separately from whether an app works.

What Keenrig handles for you

  • The lightest entry in the catalog: 32 MB of memory, small enough to run alongside everything else while you diagnose.
  • Health checked at its own `/health` path rather than `/`, so whatever the root path returns never makes the platform think the app is dead.
  • Fast to install and remove; it holds no data to lose when you delete it.
What it does not do. This is a diagnostic tool, not something to leave running. It prints request headers to anyone who can reach it — take it off a public domain as soon as you have found what you were looking for.

Install it on your instance

No instance yet? Stand one up with a single command, then install the app from the admin UI.

  1. Install Keenrig on a blank VPS

  2. Open the local admin UI at the address the machine prints

  3. Go to Catalog, pick this app and press Install

curl -fsSL https://get.keenrig.com | sh

Technical details

Version
1.10.4
Image repository
docker.io/traefik/whoami
Tag
v1.10.4
Digest
sha256:1699d99cb4b9acc17f74ca670b3d8d0b7ba27c948b3445f0593b58ebece92f04
HTTP port
80
Minimum memory
32 MB
Health check path
/health
Categories
chẩn-đoán