41 lines
829 B
TOML
Executable File
41 lines
829 B
TOML
Executable File
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http", "https"]
|
|
|
|
[api]
|
|
dashboard = true
|
|
entrypoint = "webentry"
|
|
|
|
[docker]
|
|
domain ="consistentbayes.com"
|
|
watch = true
|
|
exposedbydefault = false
|
|
endpoint = "unix:///var/run/docker.sock"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[entryPoints.http.redirect]
|
|
entryPoint = "https"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
[entrypoints.webentry]
|
|
address = ":8080"
|
|
[entrypoints.webentry.auth]
|
|
[entrypoints.webentry.auth.basic]
|
|
users = ["admin:$apr1$Wc4H94je$1rkT26mDWGkQ/UVDLc7E9."]
|
|
|
|
|
|
[acme]
|
|
email="consistentbayes@gmail.com"
|
|
storage="secrets/acme.json"
|
|
entryPoint="https"
|
|
acmeLogging=true
|
|
onDemand=false
|
|
OnHostRule=true
|
|
|
|
[acme.httpChallenge]
|
|
entryPoint = "http"
|
|
provider = "namecheap"
|
|
delayBeforeCheck = 0
|