template.yaml 778 B

123456789101112131415161718192021222324252627282930313233
  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. spec:
  26. general:
  27. vars:
  28. service_name:
  29. default: whoami
  30. traefik:
  31. vars:
  32. traefik_host:
  33. default: whoami