api:
dashboard: true
+# Configuring log: without file they are shown in portainer
log:
# filePath: "/traefik.log"
# format: json
# level: DEBUG
level: INFO
+# Configuring a buffer of 100 lines
+#accessLog:
+# filePath: "/access.log"
+# bufferingSize: 100
+
#certificatesResolvers:
# http:
# acme:
# httpChallenge:
# entryPoint: http
-pilot:
- token: "c60fd41b-57d2-4fb1-bb8f-1b572879a76d"
+experimental:
+ plugins:
+ ldapAuth:
+ moduleName: "github.com/wiltonsr/ldapAuth"
+ version: "v0.0.20"