Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@bpanel/peers-widget

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpanel/peers-widget

A widget for displaying peer information on the bPanel Dashboard

latest
npmnpm
Version
0.3.1
Version published
Maintainers
4
Created
Source

Peers Widget

This is a simple widget for the bPanel Dashboard plugin that displays peer information in two widget areas.

In the bottom widgets an expandable list of peers are displayed.

screenshot

In the customChildrenAfter area, a map is displayed.

screenshot

You will need API keys for two different services for the map to work. The map uses an external API to get approximate geolocations of nodes based on IP Address. To get your free API Key, head to ipstack and add your key to your secrets.json located in your bpanel config directory (defaults to ~/.bpanel). Must be running bPanel version 0.3.1 or above for secrets support. You can also get a premium account to support SSL for your map ($10/month). The second key is a Google Maps API key which you can get here

Your secrets.json should look something like this:

{
  "ipstack": "my-secret-key",
  "googleMaps": "my-google-key"
}

Keywords

bpanel

FAQs

Package last updated on 18 Jan 2019

Did you know?

Socket

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