Skip to content

Commit

Permalink
Update file-server to new scope
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 28, 2023
1 parent 2ed6c66 commit f5b8b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions file-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FlowForge File Server
# FlowFuse File Server

This container provides the backing for the FlowForge replacement Node-RED File nodes.
This container provides the backing for the FlowFuse replacement Node-RED File nodes.

It supports storing files either using a mounted volume or a S3 bucket

Expand Down
4 changes: 2 additions & 2 deletions file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@flowforge/file-server-container",
"name": "@flowfuse/file-server-container",
"version": "1.14.0",
"private": true,
"dependencies": {
"@flowforge/file-server": "^1.14.0"
"@flowfuse/file-server": "^1.14.0"
},
"license": "Apache-2.0"
}

0 comments on commit f5b8b5c

Please sign in to comment.