2.3.1 • Published 1 year ago

@nuster/turbine v2.3.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@nuster/turbine 💨

Handle complex machines cycles with ease using turbine.

this project manages:

  • Profiles
  • Cycles
  • Passives regulations
  • Preventive maintenances tasks
  • Manual & Advanced IO Management

Data management 🗂️

To handle machine specifications and info.json file is required at the /data folder (local to project when NODE_ENV is not set to production).

Machine configurations

You can create as many machine configuration you want. They will all be available in the configuration screen available in @nuster/ui at /configure for unconfigured machines and /settings/edit for already configured machines.

Each machine configuration must be in /machines in it's own folder such as my-machine-1.

The folder structure must be set like this:

  • specs.json a JSON file which conforms to the @nuster/turbine/build/types/schemas/schema-specs.json schema.
    • static a folder that will be served by turbine
      • i18n a folder that contains all translation files which conforms to the @nuster/turbine/build/types/schemas/schema-translations.json schema.
      • docs a folder that contains docs served by the Help page in @nuster/ui and preventive maintenance tasks in Maintenance page.
        • files.json describes help files, conforms to DocFile[] from @nuster/turbine/types/docs.
      • icon.png a png file which will be displayed in the Help page as the machine icon.

Machine file structure example

Environment variables

Environement variable namevalue expectedDefault valueDescription
DATABASE_URLstringfile:/data/database.dbDatabase file
PORTnumber4080Port on which app is served

Logging 📑

Turbine logs are stored in /data/logs folder, on each turbine startup logs older than 30 days are deleted.

2.3.1

1 year ago

2.3.0

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.0

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago