Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revolunet/traefik-mermaid
- Owner: revolunet
- Created: 2018-03-28T08:37:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T20:58:40.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T11:51:20.341Z (about 1 month ago)
- Topics: mermaid, react, traefik
- Language: JavaScript
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - revolunet/traefik-mermaid - A react component that renders your traefik network in real-time using mermaidjs (react)
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)