Collection of cookbooks for Podman Quadlets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

47 lines
1.1 KiB

api:
dashboard: false
debug: false
ping:
manualRouting: true
log:
level: "INFO"
accesslog: false
global:
sendanonymoususage: false
checknewversion: false
entryPoints:
http:
address: ":80"
https:
address: ":443"
providers:
file:
directory: /etc/traefik/conf.d/
watch: true
# Hosted (community) plugins. Static plugin declarations MUST live here — they
# cannot be declared from the per-application dynamic configuration (conf.d/).
# Traefik downloads and compiles them at startup into ./plugins-storage (hence
# the WorkingDir in traefik.container).
#
# api-key-and-token-middleware: Bearer/API-key authentication middleware, used
# e.g. by the vLLM cookbook (see its conf.d/vllm.yaml).
experimental:
plugins:
traefik-api-token-middleware:
moduleName: "github.com/Aetherinox/traefik-api-token-middleware"
version: "v0.1.4"
# certificatesResolvers:
# le:
# acme:
# email: "foo@example.test"
# keyType: "EC384"
# httpChallenge:
# entryPoint: http
# storage: "/var/lib/traefik/acme.json"