updated traefik config

This commit is contained in:
2026-01-18 13:59:32 +00:00
parent a205b280ff
commit 3863c9f8ef
6 changed files with 34 additions and 37 deletions

View File

@@ -32,12 +32,6 @@ entryPoints:
- "10.0.0.0/8"
- "192.168.178.0/16"
- "2a07:600:200:1::/64"
http:
redirections: # HTTPS redirection (80 to 443)
entryPoint:
to: "https" # The target element
scheme: "https" # The redirection target scheme
permanent: true # The target element
https:
address: "[::]:443" # Create the HTTPS entrypoint on port 443
@@ -57,11 +51,12 @@ entryPoints:
certificatesResolvers:
myresolver:
acme:
email: chris.windler@crescentec.ch
storage: acme.json
email: chris.windler@crescentec.ch
storage: letsencrypt/acme.json
# caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
# used during the challenge
entryPoint: http
entryPoint: http
providers:
docker: