From f1dd3bfa5266e9b6fbe17a105a1d1b9f0c66a2c3 Mon Sep 17 00:00:00 2001 From: Giorgio Garasto Date: Wed, 4 Oct 2023 22:42:46 +0200 Subject: [PATCH] feat: add traefik plugin --- README.md | 1 + plugins/traefik | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/traefik diff --git a/README.md b/README.md index 4f634dfbc..e100145b6 100644 --- a/README.md +++ b/README.md @@ -679,6 +679,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | tomcat | [mbutov/asdf-tomcat](https://github.com/mbutov/asdf-tomcat) | [![GitHub Actions Status](https://github.com/mbutov/asdf-tomcat/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mbutov/asdf-tomcat/actions/workflows/build.yml) | | tonnage | [elementalvoid/asdf-tonnage](https://github.com/elementalvoid/asdf-tonnage) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-tonnage/workflows/Build/badge.svg?branch=main)](https://github.com/elementalvoid/asdf-tonnage/actions) | | tool-versions-to-env | [smartcontractkit/tool-versions-to-env-action](https://github.com/smartcontractkit/tool-versions-to-env-action) | [![GitHub Actions Status](https://github.com/smartcontractkit/tool-versions-to-env-action/workflows/test%20asdf%20plugin/badge.svg?branch=main)](https://github.com/smartcontractkit/tool-versions-to-env-action) | +| Traefik | [Dabolus/asdf-traefik](https://github.com/Dabolus/asdf-traefik) | [![GitHub Actions Status](https://github.com/Dabolus/asdf-traefik/actions/workflows/build.yml/badge.svg)](https://github.com/Dabolus/asdf-traefik/actions/workflows/build.yml) | | Trdsql | [johnlayton/asdf-trdsql](https://github.com/johnlayton/asdf-trdsql) | [![GitHub Actions Status](https://github.com/johnlayton/asdf-trdsql/workflows/main/badge.svg?branch=master)](https://github.com/johnlayton/asdf-trdsql/actions) | | tree-sitter | [ivanvc/asdf-tree-sitter](https://github.com/ivanvc/asdf-tree-sitter) | [![Build Status](https://github.com/ivanvc/asdf-tree-sitter/workflows/Build/badge.svg)](https://github.com/ivanvc/asdf-tree-sitter/actions?query=workflow%3ABuild) | | tridentctl | [asdf-community/asdf-tridentctl](https://github.com/asdf-community/asdf-tridentctl) | [![CI](https://github.com/asdf-community/asdf-tridentctl/workflows/CI/badge.svg)](https://github.com/asdf-community/asdf-tridentctl/actions) | diff --git a/plugins/traefik b/plugins/traefik new file mode 100644 index 000000000..8b8f8042a --- /dev/null +++ b/plugins/traefik @@ -0,0 +1 @@ +repository = https://github.com/Dabolus/asdf-traefik.git