weiterer Versuch

This commit is contained in:
Czechman 2021-10-22 02:09:12 +02:00
parent 074ef27bf0
commit b56cbc5d16
1 changed files with 5 additions and 4 deletions

View File

@ -46,31 +46,32 @@
# [backends.dokuwiki] # [backends.dokuwiki]
# [backends.dokuwiki.servers.wiki] # [backends.dokuwiki.servers.wiki]
# url = "http://172.17.0.2:80" # url = "http://172.17.0.2:80"
debug = false
dashboard = true
logLevel = "DEBUG" logLevel = "DEBUG"
defaultEntryPoints = ["https","http"] defaultEntryPoints = ["https","http"]
[api] [api]
debug = false
dashboard = true
[entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]
address = ":80" address = ":80"
[entryPoints.http.redirect] [entryPoints.http.redirect]
entryPoint = "https" entryPoint = "https"
permanent = true # permanent = true
# [entryPoints.https.auth.basic] # [entryPoints.https.auth.basic]
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] # users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
[entryPoints.https] [entryPoints.https]
address = ":443" address = ":443"
[entryPoints.https.tls] [entryPoints.https.tls]
[acme] [acme]
email = "ddns@mcseeno.de" email = "ddns@mcseeno.de"
storage = "acme.json" storage = "acme.json"
entryPoint = "https" entryPoint = "https"
onHostRule = true onHostRule = true
[acme.httpChallenge] [acme.httpChallenge]
entryPoint = "https" entryPoint = "http"
[[acme.domains]] [[acme.domains]]
main = "czechman.dynvpn.de" main = "czechman.dynvpn.de"