From 34366c45bb7db7ba3b0e63c985ca7d4c9305e6ec Mon Sep 17 00:00:00 2001 From: mattspeer Date: Wed, 27 May 2026 18:32:22 -0500 Subject: [PATCH] Update traefik.yml copied from gemini and updated email address --- traefik.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/traefik.yml b/traefik.yml index e69de29..70ccd70 100644 --- a/traefik.yml +++ b/traefik.yml @@ -0,0 +1,41 @@ +api: + dashboard: true + insecure: false + +entryPoints: + web: + address: ":80" + http: + redirections: + entryPoint: + to: websecure + scheme: https + + websecure: + address: ":443" + +providers: + docker: + exposedByDefault: false + network: traefik-public + file: + directory: /etc/traefik/external/ + watch: true + +certificatesResolvers: + myresolver: + acme: + email: mwspeer@gmail.com + storage: /acme.json + httpChallenge: + entryPoint: web + +# Install Security Plugins +experimental: + plugins: + crowdsec: + moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin" + version: "v1.3.3" + geoblock: + moduleName: "github.com/nscuro/traefik-plugin-geoblock" + version: "v0.7.0" \ No newline at end of file