From 6344b5d592c900397cd8843153b33ab364d6c3cd Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 29 Sep 2023 14:27:37 +0100 Subject: [PATCH] Update repo references --- docs/contribute/architecture.md | 2 +- docs/contribute/introduction.md | 12 ++++-------- docs/device-agent/running.md | 2 +- docs/user/projectnodes.md | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/contribute/architecture.md b/docs/contribute/architecture.md index 1c0fc570bd..12d8814d8f 100644 --- a/docs/contribute/architecture.md +++ b/docs/contribute/architecture.md @@ -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: diff --git a/docs/contribute/introduction.md b/docs/contribute/introduction.md index 0eb81ab82a..18c312da49 100644 --- a/docs/contribute/introduction.md +++ b/docs/contribute/introduction.md @@ -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 diff --git a/docs/device-agent/running.md b/docs/device-agent/running.md index bf1f1ddd5c..f2b0a2ea02 100644 --- a/docs/device-agent/running.md +++ b/docs/device-agent/running.md @@ -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) diff --git a/docs/user/projectnodes.md b/docs/user/projectnodes.md index e9dd7f862f..a360d87f24 100644 --- a/docs/user/projectnodes.md +++ b/docs/user/projectnodes.md @@ -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).