Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/traefik-mermaid

A react component that renders your traefik network in real-time using mermaidjs
https://github.com/revolunet/traefik-mermaid

mermaid react traefik

Last synced: about 1 month ago
JSON representation

A react component that renders your traefik network in real-time using mermaidjs

Awesome Lists containing this project

README

        

# traefik-mermaid [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)

A react component that renders your traefik network in real-time using [mermaidjs](https://mermaidjs.github.io)

## Usage

Add CORS support to your traefik API :

Example using docker labels :

```sh
traefik.frontend.headers.customResponseHeaders=Access-Control-Allow-Origin: *
```

![mermaid](./demo.png)