Add wip for dashboard
This commit is contained in:
parent
dda4c70a95
commit
a4d8db4653
1 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue