Update to latest badger

This commit is contained in:
Owen
2026-06-01 15:27:34 -07:00
parent 2ae4c29418
commit 51bb149fd5

View File

@@ -1,54 +1,47 @@
api: api:
insecure: true insecure: true
dashboard: true dashboard: true
providers: providers:
http: http:
endpoint: "http://pangolin:3001/api/v1/traefik-config" endpoint: http://pangolin:3001/api/v1/traefik-config
pollInterval: "5s" pollInterval: 5s
file: file:
filename: "/etc/traefik/dynamic_config.yml" filename: /etc/traefik/dynamic_config.yml
experimental: experimental:
plugins: plugins:
badger: badger:
moduleName: "github.com/fosrl/badger" moduleName: github.com/fosrl/badger
version: "{{.BadgerVersion}}" version: v1.4.1
log: log:
level: "INFO" level: INFO
format: "common" format: common
maxSize: 100 maxSize: 100
maxBackups: 3 maxBackups: 3
maxAge: 3 maxAge: 3
compress: true compress: true
certificatesResolvers: certificatesResolvers:
letsencrypt: letsencrypt:
acme: acme:
httpChallenge: httpChallenge:
entryPoint: web entryPoint: web
email: "{{.LetsEncryptEmail}}" email: '{{.LetsEncryptEmail}}'
storage: "/letsencrypt/acme.json" storage: /letsencrypt/acme.json
caServer: "https://acme-v02.api.letsencrypt.org/directory" caServer: https://acme-v02.api.letsencrypt.org/directory
entryPoints: entryPoints:
web: web:
address: ":80" address: ':80'
websecure: websecure:
address: ":443" address: ':443'
transport: transport:
respondingTimeouts: respondingTimeouts:
readTimeout: "30m" readTimeout: 30m
http: http:
tls: tls:
certResolver: "letsencrypt" certResolver: letsencrypt
encodedCharacters: encodedCharacters:
allowEncodedSlash: true allowEncodedSlash: true
allowEncodedQuestionMark: true allowEncodedQuestionMark: true
serversTransport: serversTransport:
insecureSkipVerify: true insecureSkipVerify: true
ping: ping:
entryPoint: "web" entryPoint: web