Socket
Socket
Sign inDemoInstall

siempre

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

siempre

Dashboard for forever


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

siempre

A very simple web app that wraps "forever".

Installation

npm install -g siempre

Usage

siempre ./config.yaml

Configfile

The config file can be yaml or json.

# port number for webserver to run on
port: 5000

processes:
  test:
    command: [ "node", "./test.js" ]
    disabled: true

Under processes, its a key/value pair where the key is the name (or uid) of the process and the value is the options object being passed into forever-monitor. In addition to the standard options, there are 2 more included:

  • command: Array (representing the command and its arguments)
  • disabled: Boolean (whether to run on startup or not)

Keywords

FAQs

Package last updated on 24 Jun 2014

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc