dashboard korrigiert

This commit is contained in:
MatthiasCzech 2019-02-04 22:52:05 +01:00
parent 6b4cecf909
commit bd45b4cd86
1 changed files with 8 additions and 7 deletions

View File

@ -47,6 +47,7 @@
# [backends.dokuwiki.servers.wiki] # [backends.dokuwiki.servers.wiki]
# url = "http://172.17.0.2:80" # url = "http://172.17.0.2:80"
[api]
debug = false debug = false
dashboard = true dashboard = true
logLevel = "DEBUG" logLevel = "DEBUG"
@ -62,6 +63,13 @@ defaultEntryPoints = ["https","http"]
[entryPoints.https] [entryPoints.https]
address = ":443" address = ":443"
[entryPoints.https.tls] [entryPoints.https.tls]
[acme]
email = "ddns@mcseeno.de"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"
[retry] [retry]
@ -71,10 +79,3 @@ domain = "czechman.dynvpn.de"
watch = true watch = true
exposedByDefault = false exposedByDefault = false
[acme]
email = "ddns@mcseeno.de"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"