dashboard korrigiert
This commit is contained in:
parent
6b4cecf909
commit
bd45b4cd86
|
|
@ -47,6 +47,7 @@
|
|||
# [backends.dokuwiki.servers.wiki]
|
||||
# url = "http://172.17.0.2:80"
|
||||
|
||||
[api]
|
||||
debug = false
|
||||
dashboard = true
|
||||
logLevel = "DEBUG"
|
||||
|
|
@ -62,6 +63,13 @@ defaultEntryPoints = ["https","http"]
|
|||
[entryPoints.https]
|
||||
address = ":443"
|
||||
[entryPoints.https.tls]
|
||||
[acme]
|
||||
email = "ddns@mcseeno.de"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
||||
|
||||
[retry]
|
||||
|
||||
|
|
@ -71,10 +79,3 @@ domain = "czechman.dynvpn.de"
|
|||
watch = true
|
||||
exposedByDefault = false
|
||||
|
||||
[acme]
|
||||
email = "ddns@mcseeno.de"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
||||
|
|
|
|||
Loading…
Reference in New Issue