server-setup/Docker/traefik & authelia/traefik/traefik.yml

28 lines
421 B
YAML
Raw Normal View History

2022-06-30 08:20:53 +02:00
api:
dashboard: true
entryPoints:
http:
address: ":80"
http:
redirections:
entryPoint:
to: https
scheme: https
https:
address: ":443"
serversTransport:
insecureSkipVerify: true
providers:
file:
filename: /config.yml
certificatesResolvers:
inwx:
acme:
email: example@example.com
storage: inwx.json
dnsChallenge:
provider: inwx