New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@things-factory/operato-board

Package Overview
Dependencies
Maintainers
0
Versions
1274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@things-factory/operato-board

Operato Board: Visual Modeling, Real-time Monitoring.

  • 9.0.0-beta.26
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
757
decreased by-50.26%
Maintainers
0
Weekly downloads
 
Created
Source

Data Analytics Dashboard

Operato Board

  • Operato : Solution family brand of hatiolab.com(http://www.hatiolab.com)
  • Board : Monitoring Solution

prerequisites

  • nodejs version 12

build

$ yarn install && yarn upgrade

run

$ yarn serve:dev

browser

install

  • operato-board installation script

    • create a folder for the application and change directory to your folder.

    • the script will download a& install operato-board

      # install script for operato-board
      curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-board/installer/install.sh | bash -s
      
    • run 'start.sh' to start operato-board and 'stop.sh' to stop the running applicaton.

    • on initial start, run 'migrate.sh' first to migrate database.

    # data migration
    $ ./start.sh
    $ ./migrate.sh
    $ ./stop.sh
    
    # restart with service port no. defualt uses 4000
    $ ./start.sh 80
    

License

License request process

Edit bellowing data and send request to license manager(syj0130@hatiolab.com)

  • Product Type : Things or Operato
  • License Type : Production or Evaluation
  • Purchase Date : License purchased date
  • Expiration Date : License expiration Date
  • Host Address : host or UNLIMITED host can be
    • host: sub.scond-level.top-level

      ex) board.hatiolab.com, *.hatiolab.com

    • ip :

      ex) 192.168.1.9, 192.168.*.*,

  • Max Target(Board) Count
    • Board count by domain
    • 0 means unlimited
  • Max Domain Count
    • Max domain count in this host
    • 0 means unlimited

license format

{
  "License Type": "Evaluation",
  "Purchase Date": "2021.03.23",
  "Expiration Date": "2021.06.30",
  "Host Address": "UNLIMITED",
  "Max Target Count": 0,
  "Max Domain Count": 0,
  "Key": ""
}

import license

var licenseKey = require('./license').Key // import license file
module.exports = {
  accessTokenCookieKey: 'access_token.board',
  licenseKey: licenseKey // put license key value to here
}

FAQs

Package last updated on 14 Feb 2025

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