homepage/config/traefik/traefik.yaml

65 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2022-12-26 04:36:19 +00:00
experimental:
http3: true
global:
checkNewVersion: true
sendAnonymousUsage: true
certificatesResolvers:
https-resolver:
acme:
httpchallenge:
entrypoint: http
email: godopu16@gmail.com
storage: /letsencrypt/acme.json
################################################################
# Traefik logs configuration
################################################################
log:
level: DEBUG
################################################################
# Access logs configuration
################################################################
accessLog:
filePath: /traefik.log
bufferingSize: 100
filters:
statusCodes: ["400-499"]
################################################################
# API and dashboard configuration
################################################################
api:
insecure: true
################################################################
# EntryPoints configuration
################################################################
entryPoints:
http:
address: :80
https:
address: :443
################################################################
# Docker configuration backend
################################################################
serversTransport:
insecureSkipVerify: true
providers:
file:
directory: /etc/traefik/dynamic/conf
# docker:
# exposedbydefault: false
# file:
# directory: /rules
# watch: true