@porla-contrib/dashboard

0.4.0 • Public • Published

Dashboard for Porla

A simple dashboard for Porla, to allow easy monitoring and managing of torrents.

Installing

const porla     = require('porla');
const dashboard = require('@porla-contrib/dashboard');

const app = porla({
    plugins: [ dashboard({ port: 7090 }) ]
});

Options

The options object is passed to the Dashboard constructor and has the following properties.

  • port, the HTTP port to serve the dashboard. If no port is specified, it defaults to 3000.

Package Sidebar

Install

npm i @porla-contrib/dashboard

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

991 kB

Total Files

10

Last publish

Collaborators

  • vktr