dashboard korrigiert
This commit is contained in:
parent
6b4cecf909
commit
bd45b4cd86
|
|
@ -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"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue