template.yaml 631 B

1234567891011121314151617181920212223242526
  1. ---
  2. kind: "compose"
  3. metadata:
  4. name: "Traefik Authentik Middleware"
  5. description: "Authentication middleware for Traefik using Authentik forward auth"
  6. version: "0.1.0"
  7. author: "Christian Lempa"
  8. date: "2025-09-28"
  9. tags:
  10. - traefik
  11. - authentik
  12. - middleware
  13. - authentication
  14. - forward-auth
  15. spec:
  16. general:
  17. vars:
  18. authentik_outpost_url:
  19. type: "url"
  20. description: "Authentik outpost URL"
  21. default: "http://your-authentik-outpost-fqdn:9000"
  22. middleware_name:
  23. type: "string"
  24. description: "Name of the middleware"
  25. default: "authentik-middleware"
  26. ---