mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-22 07:50:19 +00:00
32 lines
No EOL
849 B
YAML
32 lines
No EOL
849 B
YAML
api:
|
|
dashboard: true
|
|
debug: true
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: https
|
|
scheme: https
|
|
https:
|
|
address: ":443"
|
|
serversTransport:
|
|
insecureSkipVerify: true
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
file:
|
|
filename: /config.yml
|
|
certificatesResolvers:
|
|
cloudflare:
|
|
acme:
|
|
email: your@email.com #add your email
|
|
storage: acme.json
|
|
dnsChallenge:
|
|
provider: cloudflare
|
|
#disablePropagationCheck: true # uncomment this if you have issues pulling certificates through cloudflare, By setting this flag to true disables the need to wait for the propagation of the TXT record to all authoritative name servers.
|
|
resolvers:
|
|
- "1.1.1.1:53"
|
|
- "1.0.0.1:53" |