# plugins/traefik/plugin.yaml name: traefik version: "1.0.0" description: "Traefik reverse proxy metrics and access log integration" author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/traefik" tags: - proxy - metrics - access-log config: metrics_url: "http://localhost:8080/metrics" scrape_interval_seconds: 60 access_log: enabled: false path: "/var/log/traefik/access.log" geoip_db: "" # optional: path to MaxMind GeoLite2-Country.mmdb