eb0c941313
* Add mosquitto broker * Add documetation to mosquitto * Add traefik
24 lines
427 B
TOML
24 lines
427 B
TOML
defaultEntryPoints = ["http", "https"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[entryPoints.http.redirect]
|
|
entryPoint = "https"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
|
|
[web]
|
|
address = ":8080"
|
|
[acme]
|
|
email = "email@example.org"
|
|
storage = "acme.json"
|
|
entryPoint = "https"
|
|
onHostRule = true
|
|
[acme.httpChallenge]
|
|
entryPoint = "http"
|
|
|
|
[[acme.domais]]
|
|
main = "localhost"
|