From a4d8db46534778a983a273b9efaccdc72c52b0f2 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 18 Nov 2023 10:13:54 +0100 Subject: [PATCH] Add wip for dashboard --- templates/traefik-files.yml.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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"