Skip to content

Commit

Permalink
Add Traefik (fix #111)
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Jun 2, 2023
1 parent dd19e28 commit 4535798
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/_data/clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,28 @@
"https://img.shields.io/github/last-commit/caddyserver/caddy"
]
},
{
"title": "Traefik",
"summary": "Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.",
"website": "https://traefik.io/",
"source": "https://github.com/traefik/traefik",
"docs": "https://doc.traefik.io/traefik/",
"community": "https://community.traefik.io/",
"categories": [
"integration"
],
"tech": [
"go"
],
"os": [
"docker",
"kubernetes"
],
"badges": [
"https://img.shields.io/github/stars/traefik/traefik",
"https://img.shields.io/github/last-commit/traefik/traefik"
]
},
{
"title": "certmanager",
"summary": "ACME certificate management for Kubernetes and OpenShift",
Expand Down

0 comments on commit 4535798

Please sign in to comment.