1.3.0 • Published 1 year ago

@flowforge/nr-storage v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@flowforge/nr-storage

A Node-RED Storage Plugin for the FlowForge platform.

This plugin provides:

  • a complete storageModule configuration to tie a Node-RED instance to the FlowForge platform.
  • a Library Store plugin that supports team-wide shared libraries in the editor

Storage Module configuration

storageModule: require('@flowforge/nr-storage'),
httpStorage:{
    projectID: process.env['FORGE_PROJECT_ID'],
    baseURL: process.env['FORGE_STORAGE_URL'],
    token: process.env['FORGE_STORAGE_TOKEN']
},
  • projectID - is the UUID of the project
  • baseURL - the root URL for the FlowForge Storage API
  • token - authentication token

Library Store Plugin configuration

editorTheme: {
    library: {
        sources: [
            {
                id: "flowforge-team-library",
                type: "flowforge-team-library",
                label: "Team Library",
                icon: "font-awesome/fa-users",
                baseURL: '${settings.storageURL}',
                projectID: '${settings.projectID}',
                libraryID: '${settings.teamID}',
                token: '${settings.projectToken}'
            }
        ]
    }
}
1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago