/visual-qontract

Primary LanguageJavaScriptApache License 2.0Apache-2.0

visual-qontract

This is the web ui for the data served by AppSRE's team qontract-server instance.

It is written in React and uses PatternFly 3 as the UI framework.

Usage

$ cp public/env/env.js.example public/env/env.js
$ sed -i.bk '/GRAPHQL_URI/d' public/env/env.js
$ docker run --rm -p 8080:8080 \
    -e AUTHORIZATION="Basic <TOKEN>" -e GRAPHQL_URI="<URL>" \
    -v $PWD/public/env:/opt/visual-qontract/build/env:z \
    quay.io/app-sre/visual-qontract:latest

Development Environment

$ cp public/env/env.js.example public/env/env.js
$ yarn
$ yarn start:dev