--- # Basic-auth for files.chemavx.xyz. The htpasswd credentials are no longer in # git — they live in Infisical (homelab/prod /filebrowser FILEBROWSER_USERS) and # are synced into the Secret `filebrowser-auth-infisical` by the InfisicalStaticSecret # in infisical-auth.yaml. This Middleware references that synced Secret. apiVersion: traefik.io/v1alpha1 kind: Middleware metadata: name: filebrowser-auth namespace: filebrowser spec: basicAuth: secret: filebrowser-auth-infisical realm: "Filebrowser"