Skip to content

Commit

Permalink
Merge pull request #2860 from FlowFuse/rebrand-repos
Browse files Browse the repository at this point in the history
Update repo references
  • Loading branch information
hardillb authored Oct 2, 2023
2 parents d8867e6 + 6344b5d commit a521daf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This is a small application that handles downloading the Instance specific setti

The launcher presents a HTTP API (it defaults to the Node-RED port + 1000) that allows the FlowFuse Management Application to start/stop/restart the Node-RED instance as well as query it's current state and retrieve the console logs.

The launcher can be found [here](https://github.com/FlowFuse/flowforge-nr-launcher)
The launcher can be found [here](https://github.com/FlowFuse/nr-launcher)

Within the launcher are some custom plugins that are loaded by Node-RED:

Expand Down
12 changes: 4 additions & 8 deletions docs/contribute/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,10 @@ Repository | Description
[FlowFuse](https://github.com/FlowFuse/flowforge) | This is the core of the platform.
[forge-ui-components](https://github.com/FlowFuse/forge-ui-components) | Common UI components used in the forge platform.
[installer](https://github.com/FlowFuse/installer) | The installer for the platform
[flowforge-driver-localfs](https://github.com/FlowFuse/flowforge-driver-localfs) | The LocalFS driver. This deploys projects to the local system.
[flowforge-driver-docker](https://github.com/FlowFuse/flowforge-driver-docker) | The Docker driver. This deploys projects as containers in a Docker-managed environment.
[flowforge-driver-k8s](https://github.com/FlowFuse/flowforge-driver-k8s) | The Kubernetes driver. This deploys projects as containers in a Kubernetes-managed environment.
[flowforge-nr-launcher](https://github.com/FlowFuse/flowforge-nr-launcher) | The launcher application used to start and monitor an individual instance of Node-RED in the FlowFuse platform.
[flowforge-nr-audit-logger](https://github.com/FlowFuse/flowforge-nr-audit-logger) | A Node-RED logging plugin that captures audit log events and sends them back to the FlowFuse platform.
[flowforge-nr-auth](https://github.com/FlowFuse/flowforge-nr-auth) | A Node-RED authentication plugin that controls access to a Node-RED instance based on FlowFuse access controls.
[flowforge-nr-storage](https://github.com/FlowFuse/flowforge-nr-storage) | A Node-RED storage plugin that stores Node-RED state in the FlowFuse platform
[flowforge-nr-theme](https://github.com/FlowFuse/flowforge-nr-theme) | A custom Node-RED theme
[driver-localfs](https://github.com/FlowFuse/driver-localfs) | The LocalFS driver. This deploys projects to the local system.
[driver-docker](https://github.com/FlowFuse/driver-docker) | The Docker driver. This deploys projects as containers in a Docker-managed environment.
[driver-k8s](https://github.com/FlowFuse/driver-k8s) | The Kubernetes driver. This deploys projects as containers in a Kubernetes-managed environment.
[nr-launcher](https://github.com/FlowFuse/nr-launcher) | The launcher application used to start and monitor an individual instance of Node-RED in the FlowFuse platform. This includes a number of Node-RED plugins used to integrate with the FlowFuse platform.

### Setting Up A Development Environment

Expand Down
2 changes: 1 addition & 1 deletion docs/device-agent/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The first step is creating the systemd unit file for your service. You can start

```sudo nano /etc/systemd/system/flowforge-device-agent.service```

The recommended content for the service file can be found here [this Github page](https://github.com/FlowFuse/flowforge-device-agent/blob/main/service/flowforge-device.service).
The recommended content for the service file can be found here [this Github page](https://github.com/FlowFuse/device-agent/blob/main/service/flowforge-device.service).

### Starting the service on boot (optional)

Expand Down
2 changes: 1 addition & 1 deletion docs/user/projectnodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ node.

### GitHub

The nodes are published under an Apache-2.0 license and available on [GitHub](https://github.com/FlowFuse/flowforge-nr-project-nodes).
The nodes are published under an Apache-2.0 license and available on [GitHub](https://github.com/FlowFuse/nr-project-nodes).

0 comments on commit a521daf

Please sign in to comment.