diff --git a/templates/traefik-files.yml.j2 b/templates/traefik-files.yml.j2 index 07755e4..27a1efb 100644 --- a/templates/traefik-files.yml.j2 +++ b/templates/traefik-files.yml.j2 @@ -118,3 +118,17 @@ data: - certFile: /path/to/other-domain.cert keyFile: /path/to/other-domain.key {% endif %} + +# dashboard.yaml: | +# http: +# routers: +# traefik: +# rule: "Host(`traefik.{{ domain | lower }}`)" +# entryPoints: +# - "websecure" +# middlewares: +# - "min_security@file" +#{% if basic_auth|bool %} +# - "basic-auth@file" +#{% endif %} +# service: "api@internal"