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.servers.wiki]
# url = "http://172.17.0.2:80"
debug = false
dashboard = true
logLevel = "DEBUG"
defaultEntryPoints = ["https","http"]
[api]
debug = false
dashboard = true
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
permanent = true
# 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"
entryPoint = "http"
[[acme.domains]]
main = "czechman.dynvpn.de"