Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/cloud/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ instances and Devices owned by the team.

## Billing Cycle

Starter plan teams are billed monthly on the anniversary of the team creation. You will receive one bill for each team.
Teams are billed monthly on the anniversary of the team creation. You will receive one bill for each team.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Billing Cycle / Removing / Suspended sections: dropped the deprecated plan names ('Starter plan teams', 'For Team plan teams') across the four sentences here and below. Billing mechanics are unchanged.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Teams are billed monthly on the anniversary of the team creation. You will receive one bill for each team.
If you've signed up to FlowFuse Cloud without a yearly contract agreed upon with our sales team, your FlowFuse teams are billed monthly on the anniversary of the team creation. You will receive one bill for each team.


For Team plan teams, Node-RED Instances and Devices are added as pro-rated charges on the current billing cycle and invoiced
Node-RED Instances and Devices are added as pro-rated charges on the current billing cycle and invoiced

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Node-RED Instances and Devices are added as pro-rated charges on the current billing cycle and invoiced
Hosted and Remote Instances which are added beyond the included amount are pro-rated charges on the current billing cycle and invoiced

at the end of the cycle.

## Removing Instances

For Team plan teams, when a Node-RED instance is deleted your account will receive pro-rated credit for the time remaining in the billing cycle.
When a Node-RED instance is deleted your account will receive pro-rated credit for the time remaining in the billing cycle.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When a Node-RED instance is deleted your account will receive pro-rated credit for the time remaining in the billing cycle.
When an instance is deleted your account will receive pro-rated credit for the time remaining in the billing cycle.


## Suspended Instances

Suspended Node-RED instances have no running editor, nor a runtime. You are not charged for suspended instances.

For Team plan teams, when an instance is suspended your account will receive pro-rated credit for the time remaining in the billing cycle. When an
When an instance is suspended your account will receive pro-rated credit for the time remaining in the billing cycle. When an
instance is restarted it will be charged for the remaining time in the billing cycle.

## Managing Billing Details
Expand Down
32 changes: 6 additions & 26 deletions docs/cloud/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,11 @@ and click the button to resend it.

## Team Types

FlowFuse Cloud has three different Team Type aimed at different sorts of users

### Starter

Good for getting to know the platform, allows 2 small Instances, 2 Devices and 2 Team members

### Team

Has access to more features e.g.

- Shared Team Library
- Project Nodes
- Team-based Dashboard/API security
- Email alerts for Instance crashes
- Has access to larger Instance Types

Also includes 5 Instances in the base price
FlowFuse Cloud offers a Trial and an Enterprise Team Type, aimed at different sorts of users
Comment thread
ZJvandeWeg marked this conversation as resolved.

### Enterprise

All features from the Team Level plus
Enterprise includes:
Comment thread
ZJvandeWeg marked this conversation as resolved.

- HA for Instances
- SSO
Expand Down Expand Up @@ -125,7 +109,7 @@ table shows what is currently allocated by instance size.
| Medium | 768MB |
| Large | 3840MB |

Medium and Large instance types require the Teams or Enterprise tier.
Medium and Large instance types require the Enterprise tier.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Medium and Large instance types require the Teams or Enterprise tier' changed to 'require the Enterprise tier'.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knolleary Can we deprecated sizes too? And just remove this choice for users? It's a challenge to constantly have this discussion live or for self-service customers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## Use of the File System

Expand All @@ -137,8 +121,6 @@ the Team type.

| Team Type | File Storage Quota (per instance) |
|--------|--------|
| Starter | 1GB |
| Team | 10GB |
| Enterprise | 100GB |
Comment thread
ZJvandeWeg marked this conversation as resolved.

Files can be manually uploaded to an instance using the [Static Asset Service](https://flowfuse.com/blog/2024/08/flowfuse-2-8-release/#static-assets-service).
Expand All @@ -155,8 +137,6 @@ The amount of data that can be stored in context is determined by the Team type.

| Team Type | Context Store Quota (per instance) |
|--------|--------|
| Starter | 10MB |
| Team | 100MB |
| Enterprise | 1GB |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Context Store Quota table: removed the Starter (10MB) and Team (100MB) rows; Enterprise kept.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for now, but now it's a table with 1 line. Seems odd?



Expand All @@ -181,16 +161,16 @@ Node-RED inside the FlowFuse Cloud platform.

MQTT Connections to an external broker using the standard MQTT nodes will work fine as the connection is initiated by Node-RED.

FlowFuse provides an MQTT broker for general use by Enterprise Team's Node-RED instances. See the following section.
FlowFuse provides an MQTT broker for Enterprise Node-RED instances. See the following section.

Also the Project Nodes can be used to easily pass messages between Node-RED instances running in the
platform.

#### Enterprise Team Broker

Both Team and Enterprise level teams come with their own MQTT broker. You can provision clients from the broker tab in the left hand menu.
Enterprise teams come with their own MQTT broker. You can provision clients from the broker tab in the left hand menu.
Comment thread
ZJvandeWeg marked this conversation as resolved.

Enterprise level Teams can register up to 20 and Teams level Teams can register up to 5 clients as part of their plan. The ability to purchase additional packs of clients will come in a near future release.
Enterprise level Teams can register up to 20 clients as part of their plan. The ability to purchase additional packs of clients will come in a near future release.

The broker is available on `broker.flowfuse.cloud` and supports the following connection types:

Expand Down
3 changes: 1 addition & 2 deletions docs/contribute/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ When adding features to the platform it is sometimes a requirement to be able to
restrict the feature to licensed platforms, and furthermore to certain types of team
on the platform.

Most typically this will be a feature that should only be available to the `Team`
or `Enterprise` tiers on FlowFuse Cloud.
Most typically this will be a feature that should only be available to the `Enterprise` tier on FlowFuse Cloud.
Comment thread
ZJvandeWeg marked this conversation as resolved.

This is a quick guide for how to add a feature flag - both at the platform-wide
level and against individual `TeamTypes`.
Expand Down
4 changes: 2 additions & 2 deletions docs/user/custom-npm-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ catalogue file. FlowFuse has two solutions for this:

If you want to create a Node-RED node for private use by Instances in your
FlowFuse Team then you can publish them to the FlowFuse Custom Node Registry
(available to Teams and Enterprise level teams on FlowFuse Cloud).
(available to Enterprise level teams on FlowFuse Cloud).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'available to Teams and Enterprise level teams' changed to 'available to Enterprise level teams'.


### Publishing Nodes

Expand Down Expand Up @@ -90,7 +90,7 @@ _Screenshot of the contents of a FlowFUse catalogue appearing in the "install" t

## 3rd Party NPM Registries or Private npmjs.org packages

The following features are available to Team and Enterprise users of FlowFuse
The following features are available to Enterprise users of FlowFuse

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'available to Team and Enterprise users' changed to 'available to Enterprise users'.

Cloud.

### NPM Registries
Expand Down
2 changes: 1 addition & 1 deletion docs/user/devops-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ When a Device Group stage is triggered, it will push the current active snapshot

Git Repository stages can be used to push and pull snapshots to and from a remote Git repository. FlowFuse supports GitHub, Azure DevOps, and any other Git server that is accessible over HTTPS, for example GitLab, Bitbucket, Gitea, or a self-hosted instance.

> This feature is available to Team and Enterprise tier teams on FlowFuse Cloud, and to Enterprise licensed self-hosted installations from version 2.32 onwards. Support for generic HTTPS Git servers (anything other than GitHub and Azure DevOps) requires version 2.32 or later.
> This feature is available to Enterprise tier teams on FlowFuse Cloud, and to Enterprise licensed self-hosted installations from version 2.32 onwards. Support for generic HTTPS Git servers (anything other than GitHub and Azure DevOps) requires version 2.32 or later.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'available to Team and Enterprise tier teams on FlowFuse Cloud' changed to 'Enterprise tier teams'. The self-hosted Enterprise and version-2.32 note is unchanged.


##### Adding a Git token

Expand Down
2 changes: 1 addition & 1 deletion docs/user/expert/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Some prompts that work well:

The more specific your prompt, the closer the result will be to what you need. Include node names, topic paths, endpoints, or field names where you have them. Expert will use them directly rather than substituting placeholders.

> Availability: This feature is in open beta on FlowFuse Cloud (Starter, Team, and Enterprise tiers), no request needed. It is also available on Self-Hosted Enterprise: [contact us](https://flowfuse.com/contact-us/?subject=FlowFuse%20Expert%20Application%20Building) to get it set up as Self-hosted requires a provisioning token and the bridge to be configured on the instance. Agentic flow building works on both Hosted and Remote Instances, and requires the nr-assistant plugin at v0.16.0 or newer. FlowFuse Expert will let you know when an update is available in your instance's immersive editor.
> Availability: This feature is in open beta on FlowFuse Cloud, no request needed. It is also available on Self-Hosted Enterprise: [contact us](https://flowfuse.com/contact-us/?subject=FlowFuse%20Expert%20Application%20Building) to get it set up as Self-hosted requires a provisioning token and the bridge to be configured on the instance. Agentic flow building works on both Hosted and Remote Instances, and requires the nr-assistant plugin at v0.16.0 or newer. FlowFuse Expert will let you know when an update is available in your instance's immersive editor.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the '(Starter, Team, and Enterprise tiers)' parenthetical; it now reads open beta on FlowFuse Cloud generally. The Self-Hosted Enterprise text is unchanged.


#### Context: What the Expert Can See

Expand Down
2 changes: 1 addition & 1 deletion docs/user/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Alternatively, you can click on that instance and then you will find the "Open E

### Creating Additional Instances

For utilizing various other FlowFuse features (e.g., DevOps Pipelines), it's highly beneficial to create a second Node-RED instance. A second Node-RED instance is included in both our Starter Tier and the Trial Phase of FlowFuse Cloud.
For utilizing various other FlowFuse features (e.g., DevOps Pipelines), it's highly beneficial to create a second Node-RED instance. A second Node-RED instance is included in the Trial Phase of FlowFuse Cloud.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'included in both our Starter Tier and the Trial Phase' changed to 'included in the Trial Phase'.


**From the Home Page:**

Expand Down
2 changes: 1 addition & 1 deletion docs/user/persistent-context.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FlowFuse Persistent Context

Some Node-RED flows require the ability to persist context values between restarts and FlowFuse stack updates. By default, context data in Node-RED is ephemeral, meaning it does not survive restarts or stack updates. With FlowFuse Starter, Team and Enterprise tiers, however, you can enable **persistent context storage**, ensuring that your context values persist across restarts, upgrades, and more.
Some Node-RED flows require the ability to persist context values between restarts and FlowFuse stack updates. By default, context data in Node-RED is ephemeral, meaning it does not survive restarts or stack updates. With FlowFuse's paid plans, however, you can enable **persistent context storage**, ensuring that your context values persist across restarts, upgrades, and more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'With FlowFuse Starter, Team and Enterprise tiers' changed to 'With FlowFuse's paid plans'.


## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/user/projectnodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For example, a single Node-RED instance may contain a set of utility flows that
you want to reuse in other instances. Rather than copy the flows around, the
Project Nodes allow you to easily call those flows and get the result back.

The project nodes are only available in the Team and Enterprise tiers of FlowFuse.
The project nodes are only available in the Enterprise tier of FlowFuse.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'only available in the Team and Enterprise tiers' changed to 'only available in the Enterprise tier'.


### Nodes

Expand Down
2 changes: 1 addition & 1 deletion docs/user/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ A limit of 10 auto snapshots will be kept, with the oldest being deleted when a
Devices can optionally disable auto snapshots, in the developer mode tab. This can be helpful to
avoid excessive data usage when a device is in the field or on a cellular connection.

NOTE: This feature is only available to Team and Enterprise tier teams
NOTE: This feature is only available to Enterprise tier teams

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'only available to Team and Enterprise tier teams' changed to 'only available to Enterprise tier teams'.


### Previewing Snapshots

Expand Down
2 changes: 1 addition & 1 deletion docs/user/static-asset-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Static Asset Service allows you to store files permanently within your FlowF
### FlowFuse Cloud

- A Instance Stack with a launcher version of 2.8.0 or greater.
- Pro or Enterprise Team Type.
- Enterprise Team Type.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Pro or Enterprise Team Type' changed to 'Enterprise Team Type'.


### Self-Hosted

Expand Down
Loading