jfchevrette / visual-qontract

A web UI for the data served by a qontract-server instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 build
$ yarn start:dev

About

A web UI for the data served by a qontract-server instance

License:Apache License 2.0


Languages

Language:JavaScript 95.4%Language:CSS 1.8%Language:HTML 1.4%Language:Dockerfile 0.6%Language:Makefile 0.4%Language:Shell 0.3%