Skip to content

Commit

Permalink
Add traefik-v3-file-provider schema
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpahl committed Jan 21, 2025
1 parent f2ebca8 commit 4464753
Show file tree
Hide file tree
Showing 3 changed files with 2,536 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5217,6 +5217,17 @@
"description": "Traefik v2 Dynamic Configuration File Provider",
"url": "https://json.schemastore.org/traefik-v2-file-provider.json"
},
{
"name": "Traefik v3",
"description": "Traefik v3 YAML configuration file",
"fileMatch": ["traefik.yml", "traefik.yaml"],
"url": "https://json.schemastore.org/traefik-v3.json"
},
{
"name": "Traefik v3 File Provider",
"description": "Traefik v3 Dynamic Configuration File Provider",
"url": "https://json.schemastore.org/traefik-v3-file-provider.json"
},
{
"name": "transcend.yml",
"description": "Define personal data in code using Transcend",
Expand Down
Loading

0 comments on commit 4464753

Please sign in to comment.