traefik config

This commit is contained in:
2026-01-14 00:38:17 +00:00
parent f18cfb01e8
commit 0b92926a41
2 changed files with 19 additions and 15 deletions

View File

@@ -54,6 +54,15 @@ entryPoints:
- "192.168.178.0/16"
- "2a07:600:200:1::/64"
certificatesResolvers:
myresolver:
acme:
email: chris.windler@crescentec.ch
storage: acme.json
httpChallenge:
# used during the challenge
entryPoint: http
providers:
docker:
endpoint: "unix:///var/run/docker.sock" # Listen to the UNIX Docker socket
@@ -65,3 +74,9 @@ providers:
metrics:
prometheus: {}
experimental:
plugins:
crowdsec-bouncer-traefik-plugin:
moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
version: "v1.5.0-beta1"