aboutsummaryrefslogtreecommitdiff
path: root/services/traefik/traefik.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'services/traefik/traefik.yaml')
-rw-r--r--services/traefik/traefik.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/services/traefik/traefik.yaml b/services/traefik/traefik.yaml
new file mode 100644
index 0000000..dd1bbe6
--- /dev/null
+++ b/services/traefik/traefik.yaml
@@ -0,0 +1,38 @@
+entrypoints:
+ web:
+ address: ":80"
+ http:
+ redirections:
+ entrypoint:
+ to: websecure
+ scheme: https
+ websecure:
+ address: ":443"
+
+providers:
+ docker:
+ exposedByDefault: false
+ network: proxy
+ file:
+ filename: /etc/traefik/config.yaml
+
+certificatesResolvers:
+ le:
+ acme:
+ dnschallenge:
+ provider: cloudflare
+ delaybeforecheck: 0
+ email: max@bossi.ng
+ storage: /acme/acme.json
+
+api:
+ dashboard: true
+
+log:
+ level: DEBUG
+
+experimental:
+ plugins:
+ traefik-oidc-auth:
+ moduleName: "github.com/sevensolutions/traefik-oidc-auth"
+ version: "v0.13.0"