Socket
Socket
Sign inDemoInstall

ci-relay

Package Overview
Dependencies
24
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ci-relay

Tiny CI status aggregation service built on top of ci-adapter and ci-router


Version published
Maintainers
1
Install size
1.42 MB
Created

Readme

Source

ci-relay

Tiny CI status aggregation service built on top of ci-adapter and ci-router

Install

To install the required dependencies, you need npm:

$ npm install

Setup

Have a look at the config-example.json file. Copy it to config.json and replace the defaults with something meaningful.

If left blank, the port and host configuration options will use the $PORT and $HOST environment variables, defaulting to localhost:3100 if unspecified.

The example configuration serves the CI status of:

For detailed information on available adapter options refer to ci-adapter.

Start

Once the configuration and dependencies are in place, just type:

$ npm start

That's it! Your CI API should now be running on http://localhost:3100 (or the port you specified in your configuration).

Keywords

FAQs

Last updated on 15 Dec 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc