/sonar-proxy

Simple sonar proxy app to allow to request badges from sonarqube that requires authentication.

Primary LanguageJavaScript

sonar-proxy

Simple service to allow badges to be available without any authentication.

Usage


$ npm install
$ cp config/default.json config/production.json
$ npm run start

Note

SONAR_URL should be without protocol prefix.