| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- kind: compose
- metadata:
- name: Whoami
- description: >
- Whoami is a simple web application that displays information about the HTTP request it receives.
- It is often used for testing and debugging purposes to verify that a web server or reverse proxy is functioning correctly.
- Project: https://github.com/traefik/whoami
- Documentation: https://traefik.io/docs/
- GitHub: https://github.com/traefik/whoami
- version: 0.1.0
- author: Christian Lempa
- date: '2025-09-28'
- tags:
- - reverse-proxy
- - testing
- draft: true
- spec:
- ports:
- vars:
- ports_http:
- description: "Host port for HTTP (80)"
- type: int
- default: 80
- ports_https:
- description: "Host port for HTTPS (443)"
- type: int
- default: 443
- general:
- vars:
- whoami_version:
- type: str
- description: Whoami version
- default: latest
|