Add wip for dashboard

This commit is contained in:
Adrien Reslinger 2023-11-18 10:13:54 +01:00
parent dda4c70a95
commit a4d8db4653
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -118,3 +118,17 @@ data:
- certFile: /path/to/other-domain.cert - certFile: /path/to/other-domain.cert
keyFile: /path/to/other-domain.key keyFile: /path/to/other-domain.key
{% endif %} {% 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"