Feat: traefik package, added min_tls param

This commit is contained in:
Raul Sanchez
2018-01-09 12:22:35 +01:00
parent b7408c9f0c
commit ff89b15375
6 changed files with 24 additions and 0 deletions
+8
View File
@@ -70,6 +70,14 @@ catalog:
- false
- true
- only
- variable: "https_min_tls"
description: |
Minimal allowed tls version to accept connections from.
See the traefik documentation for allowed values. Default is `VersionTLS12`.
label: "Https min tls:"
required: false
default: ""
type: "string"
- variable: "acme_enable"
description: "Enable acme support on traefik."
label: "ACME enable:"