| 123456789101112131415161718192021222324252627282930313233 |
- ---
- kind: compose
- metadata:
- icon:
- provider: selfh
- id: traefik
- name: Whoami
- description: |
- A **simple web application** that displays information about the HTTP request it receives.
- ## Use Cases
- - Testing reverse proxy configurations
- - Debugging web server setups
- - Verifying load balancer functionality
- - Quick HTTP endpoint testing
- ## Resources
- - **Project**: https://github.com/traefik/whoami
- - **Documentation**: https://traefik.io/docs/
- - **GitHub**: https://github.com/traefik/whoami
- version: 1.11.0
- author: Christian Lempa
- date: '2025-10-30'
- tags:
- - traefik
- - swarm
- spec:
- general:
- vars:
- service_name:
- default: whoami
- traefik:
- vars:
- traefik_host:
- default: whoami
|