Skip to content

bhushanthakur93/visual-qontract

 
 

Repository files navigation

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

The server will then run on http://localhost:3000

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.5%
  • SCSS 1.6%
  • Other 1.9%