template.yaml 792 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: traefik
  7. name: Whoami
  8. description: |
  9. A **simple web application** that displays information about the HTTP request it receives.
  10. ## Use Cases
  11. - Testing reverse proxy configurations
  12. - Debugging web server setups
  13. - Verifying load balancer functionality
  14. - Quick HTTP endpoint testing
  15. ## Resources
  16. - **Project**: https://github.com/traefik/whoami
  17. - **Documentation**: https://traefik.io/docs/
  18. - **GitHub**: https://github.com/traefik/whoami
  19. version: 1.11.0
  20. author: Christian Lempa
  21. date: '2025-10-30'
  22. tags:
  23. - traefik
  24. - swarm
  25. schema: "1.2"
  26. spec:
  27. general:
  28. vars:
  29. service_name:
  30. default: whoami
  31. traefik:
  32. vars:
  33. traefik_host:
  34. default: whoami