43 lines
887 B
TOML
43 lines
887 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":80"
|
|
|
|
[entryPoints.websecure]
|
|
address = ":443"
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[accessLog]
|
|
format = "common"
|
|
filePath = "/dev/null"
|
|
|
|
[api]
|
|
dashboard = true
|
|
|
|
[ping]
|
|
|
|
[providers.docker]
|
|
network = "proxy_web"
|
|
exposedByDefault = false
|
|
defaultRule = "Host(`{{ normalize .Name }}.docker.localhost`)"
|
|
|
|
[certificatesResolvers.default.acme]
|
|
email = "hostmaster@zom.bi"
|
|
storage = "/cert/acme.json"
|
|
[certificatesResolvers.default.acme.httpChallenge]
|
|
entryPoint = "web"
|
|
|
|
[[tls.certificates]]
|
|
certFile = "cert/snakeoil.pem"
|
|
keyFile = "cert/snakeoil.key"
|
|
[[tls.certificates]]
|
|
certFile = "cert/bitmask.me.origin.pem"
|
|
keyFile = "cert/bitmask.me.origin.key"
|
|
[[tls.certificates]]
|
|
certFile = "cert/grun.host.origin.pem"
|
|
keyFile = "cert/grun.host.origin.key"
|