88 lines
1.9 KiB
TOML
88 lines
1.9 KiB
TOML
# [api]
|
|
# debug = false
|
|
# dashboard = true
|
|
# logLevel = "DEBUG"
|
|
|
|
# defaultEntryPoints = ["https", "http"]
|
|
|
|
# [entryPoints]
|
|
# [entryPoints.http]
|
|
# address = ":80"
|
|
# [entryPoints.http.redirect]
|
|
# entryPoint = "https"
|
|
# [entryPoints.http.auth.basic]
|
|
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
|
# [entryPoints.https]
|
|
# address = ":443"
|
|
# [entryPoints.https.auth.basic]
|
|
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
|
# [entryPoints.https.tls]
|
|
|
|
# [retry]
|
|
|
|
# [docker]
|
|
# endpoint = "unix:///var/run/docker.sock"
|
|
# domain = "uvnsvdjwhkosuuub.myfritz.net"
|
|
# watch = true
|
|
# exposedByDefault = false
|
|
|
|
# [acme]
|
|
# email = "regs@mcseeno.de"
|
|
# storage = "acme.json"
|
|
# entryPoint = "https"
|
|
# onHostRule = true
|
|
# # [[acme.domains]]
|
|
# # main = "uvnsvdjwhkosuuub.myfritz.net"
|
|
# [acme.httpChallenge]
|
|
# entryPoint = "http"
|
|
|
|
# [frontends]
|
|
# [frontends.dokuwiki]
|
|
# backend = "dokuwiki"
|
|
# [frontends.dokuwiki.routes.wiki]
|
|
# rule = "Host:localhost,192.168.2.79,uvnsvdjwhkosuuub.myfritz.net;Path:/wiki"
|
|
|
|
# [backends]
|
|
# [backends.dokuwiki]
|
|
# [backends.dokuwiki.servers.wiki]
|
|
# url = "http://172.17.0.2:80"
|
|
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["https","http"]
|
|
|
|
[api]
|
|
debug = false
|
|
dashboard = true
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[entryPoints.http.redirect]
|
|
entryPoint = "https"
|
|
permanent = true
|
|
[entryPoints.https.auth.basic]
|
|
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
[acme]
|
|
email = "ddns@mcseeno.de"
|
|
storage = "acme.json"
|
|
entryPoint = "https"
|
|
onHostRule = true
|
|
[acme.httpChallenge]
|
|
entryPoint = "https"
|
|
# [[acme.domains]]
|
|
# main = "czechman.dynvpn.de"
|
|
|
|
|
|
#[retry]
|
|
|
|
[docker]
|
|
endpoint = "unix:///var/run/docker.sock"
|
|
domain = "czechman.dynvpn.de"
|
|
watch = true
|
|
exposedByDefault = false
|
|
network = "traefik"
|
|
|
|
|