8000 GitHub - FlowFuse/flowforge-nr-storage: A Node-RED Storage Plugin for the FlowForge platform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

FlowFuse/flowforge-nr-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository has been merged into https://github.com/flowforge/flowforge-nr-launcher

⚠️ See FlowFuse/nr-launcher#99 for details


@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}'
            }
        ]
    }
}

About

A Node-RED Storage Plugin for the FlowForge platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

0