migrated to fresh repo

This commit is contained in:
2026-07-13 06:54:58 +10:00
commit b0e3bac974
17 changed files with 1528 additions and 0 deletions
+75
View File
@@ -0,0 +1,75 @@
api:
dashboard: true
insecure: true # keep false if exposing via router
ping: {}
log:
level: INFO
accessLog:
filePath: /logs/access.log
format: json
entryPoints:
web:
address: ":80"
forwardedHeaders:
# Trust forwarding headers only from upstream proxies/LBs under our control.
# Network assumptions for this stack:
# - 127.0.0.1/32: local host-side reverse-proxy hops
# - 192.168.2.0/24: LAN edge proxies
# - 172.21.0.0/16: pinned Docker subnet for the traefik bridge network
insecure: false
trustedIPs:
- "127.0.0.1/32"
- "192.168.0.0/24"
- "172.21.0.0/16"
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ":443"
forwardedHeaders:
insecure: false
trustedIPs:
- "127.0.0.1/32"
- "192.168.0.0/24"
- "172.21.0.0/16"
http:
middlewares:
- default-chain@file
providers:
docker:
endpoint: "tcp://docker-socket-proxy:2375"
exposedByDefault: false
file:
filename: /etc/traefik/dynamic.yml
watch: true
experimental:
plugins:
crowdsec-bouncer:
moduleName: github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
version: v1.4.2
certificatesResolvers:
le:
acme:
email: wayne.bennett@live.com
storage: /letsencrypt/acme.json
httpChallenge:
entryPoint: web
metrics:
prometheus:
# entryPoint: metrics:9100 # optional, default is "metrics"
buckets:
- 0.1
- 0.3
- 1.2
- 5.0
addEntryPointsLabels: true # add labels for each entrypoint
addServicesLabels: true # add labels for each service