Skip to content

Commit b217dac

Browse files
authored
Merge branch 'main' into ldap-group-support
2 parents d102a07 + 7cbaa77 commit b217dac

73 files changed

Lines changed: 897 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
---
22
navTitle: Documentation
3+
meta:
4+
description: Explore comprehensive documentation for FlowFuse, covering user manuals, API references, Node-RED migration guides, device management, FlowFuse Cloud setup, self-hosted installations, support resources, and contributing to FlowFuse development.
5+
tags:
6+
- flowfuse
7+
- nodered
8+
- documentation
9+
- api
10+
- migration
11+
- device management
12+
- cloud
13+
- self-hosted
14+
- support
15+
- contributing
316
---
417

518
# FlowFuse Documentation

docs/admin/introduction.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ navTitle: Administering FlowFuse
33
navOrder: 1
44
meta:
55
descriptions: Learn how to administer FlowFuse with this comprehensive guide. Explore user management, team setup, instance and stack management, and more.
6+
tags:
7+
- flowfuse
8+
- nodered
9+
- user management
10+
- team setup
11+
- instance management
12+
- stack management
13+
- platform administration
14+
- security
615
---
716
# Administering FlowFuse
817

docs/admin/monitoring.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
navTitle: Monitoring
33
meta:
44
description: Learn how to monitor statistical information about your FlowFuse platform using the API endpoint.
5+
tags:
6+
- flowfuse
7+
- nodered
8+
- monitoring
9+
- api
10+
- prometheus
11+
- platform statistics
12+
- token-based access
13+
- securing nodered
514
---
615

716
# Platform Monitoring

docs/admin/telemetry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
navTitle: Telemetry
33
meta:
44
description: Learn how FlowFuse collects anonymous usage information to improve platform performance without compromising user privacy.
5+
tags:
6+
- flowfuse
7+
- telemetry
8+
- privacy
59
---
610

711
# Usage Telemetry

docs/admin/user_management.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
navTitle: User Management
33
meta:
44
description: Explore effective user management on FlowFuse, covering registration, user creation, password management, and team ownership.
5+
tags:
6+
- flowfuse
7+
- nodered
8+
- user management
9+
- account setup
10+
- password management
11+
- team ownership
512
---
613

714
# User management

docs/api/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ navGroup: FlowFuse User Manuals
33
navOrder: 2
44
navTitle: FlowFuse API
55
meta:
6-
description: Explore the FlowFuse Platform API, a RESTful interface that facilitates custom integrations, workflows, and interactions.
6+
description: Explore the FlowFuse Platform API, a RESTful interface that facilitates custom integrations, workflows, and interactions
7+
tags:
8+
- flowfuse
9+
- nodered
10+
- api
11+
- integrations
12+
- workflows
13+
- rest api
14+
- openapi
15+
- access tokens
716
---
817

918
# FlowFuse Platform API

docs/cloud/billing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
navTitle: FlowFuse Cloud Billing
33
meta:
44
description: Learn about billing details for FlowFuse Cloud, including payment methods, team billing, billing cycles, managing instances, handling failed payments, and cancelling subscriptions.
5+
tags:
6+
- flowfuse
7+
- nodered
8+
- billing
9+
- payments
10+
- subscription
11+
- stripe
12+
- instances
13+
- team billing
14+
- billing cycle
15+
- failed payments
16+
- account management
517
---
618

719
# Billing

docs/cloud/introduction.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ navOrder: 1
33
navTitle: Introduction
44
meta:
55
description: Learn about FlowFuse Cloud, a hosted service for effortless Node-RED instance management. Discover features, billing, support options, and more in our comprehensive documentation.
6+
tags:
7+
- flowfuse
8+
- nodered
9+
- cloud
10+
- node-red
11+
- instance management
12+
- cloud instances
13+
- SSO
14+
- custom hostnames
15+
- network
616
---
717

818
# FlowFuse Cloud

docs/contribute/adding-template-settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
---
22
navTitle: Adding Template Settings
3+
meta:
4+
description: Learn how to add new runtime options to Node-RED templates in FlowFuse, including updates to frontend, runtime, and the launcher.
5+
tags:
6+
- flowfuse
7+
- nodered
8+
- contributing
9+
- template
10+
- settings
11+
- frontend
12+
- runtime
13+
- launcher
314
---
415

516
# Adding Template Settings

docs/contribute/api-design.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
navTitle: API Design
3+
meta:
4+
description: Detailed documentation on HTTP API design for the FlowFuse platform, including schema definitions, object IDs, route paths, and pagination.
5+
tags:
6+
- flowfuse
7+
- nodered
8+
- api
9+
- contributing
310
---
411

512
# HTTP API of the FlowFuse platform

0 commit comments

Comments
 (0)