From 618825576bb24097ac1894053675ec853a389c0c Mon Sep 17 00:00:00 2001 From: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:17:11 +0000 Subject: [PATCH 1/2] fix broken anchor links --- docs/install/kubernetes/README.md | 2 +- docs/user/snapshots.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/install/kubernetes/README.md b/docs/install/kubernetes/README.md index 37d5638ba5..2558623145 100644 --- a/docs/install/kubernetes/README.md +++ b/docs/install/kubernetes/README.md @@ -95,7 +95,7 @@ Before you begin, ensure you have the following: For a production-ready environment, we also recommend: * **Database:** Prepare dedicated database on a external database server (see [FAQ](#how-to-use-external-database-server%3F) for more details) -* **TLS Certificate:** Prepare TLS certificate for your domain and configure FlowFuse platform to use it (see [Enable HTTPS](#enable-https-optional)) +* **TLS Certificate:** Prepare TLS certificate for your domain and configure FlowFuse platform to use it (see [Enable HTTPS](../docker/README.md#enable-https-optional)) ### DNS diff --git a/docs/user/snapshots.md b/docs/user/snapshots.md index 9809fd5900..585b46623c 100644 --- a/docs/user/snapshots.md +++ b/docs/user/snapshots.md @@ -25,7 +25,7 @@ A Snapshot is a point-in-time backup of a Node-RED instance. It captures: - [Upload a snapshot](#upload-a-snapshot) - Upload a snapshot to a device or an instance - [Download a snapshot](#download-a-snapshot) - Download a snapshot to your local machine - [Delete a snapshot](#delete-a-snapshot) - Delete a snapshot -- [Set Device Target (instance)](#Instance-owned-devices) - Set a snapshot as the target for all devices belonging to an instance +- [Set Device Target (instance)](#instance-owned-devices) - Set a snapshot as the target for all devices belonging to an instance - [Creating a Snapshot from a device](#creating-a-snapshot-from-a-device) - Create a snapshot from the device overview page - [Creating a Snapshot from within a device](#creating-a-snapshot-locally) - Create a snapshot from within Node-RED - [Auto Snapshots](#auto-snapshots) - Automatically create snapshots when flows are deployed @@ -41,7 +41,7 @@ All snapshots belonging to the instances and devices of an application are gathe - [Edit a snapshot](#edit-a-snapshot) - Edit the name and description of a snapshot - [View Snapshot](#previewing-snapshots) - Preview the flows of a snapshot -- [Compare Snapshot](#compare-snapshots) - Compare the snapshot with another snapshot +- [Compare Snapshot](#comparing-snapshots) - Compare the snapshot with another snapshot - [Download Snapshot](#download-a-snapshot) - Download the snapshot to your local machine - [Delete Snapshot](#delete-a-snapshot) - Delete the snapshot @@ -60,7 +60,7 @@ Snapshots belonging to an instance are gathered and presented in a single list w - [Restore Snapshot](#setting-a-device-target-snapshot) - Restore the snapshot to the instance - [Edit Snapshot](#edit-a-snapshot) - Edit the snapshot name and description - [View Snapshot](#previewing-snapshots) - Preview the snapshot flows -- [Compare Snapshot](#compare-snapshots) - Compare the snapshot with another snapshot +- [Compare Snapshot](#comparing-snapshots) - Compare the snapshot with another snapshot - [Download Snapshot](#download-a-snapshot) - Download the snapshot to your local machine - [Set as Device Target](#setting-a-device-target-snapshot) - Set the snapshot as the device target snapshot - [Delete Snapshot](#delete-a-snapshot) - Delete the snapshot @@ -87,7 +87,7 @@ Snapshots belonging to a device are presented in a single list where you can per - [Restore Snapshot](#setting-a-device-target-snapshot) - Set the snapshot as the devices target snapshot - [Edit Snapshot](#edit-a-snapshot) - Edit the snapshot name and description - [View Snapshot](#previewing-snapshots) - Preview the snapshot flows -- [Compare Snapshot](#compare-snapshots) - Compare the snapshot with another snapshot +- [Compare Snapshot](#comparing-snapshots) - Compare the snapshot with another snapshot - [Download Snapshot](#download-a-snapshot) - Download the snapshot to your local machine - [Delete Snapshot](#delete-a-snapshot) - Delete the snapshot From d2862264507d11ab3ca1be5494f8e169b59835da Mon Sep 17 00:00:00 2001 From: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:26:03 +0000 Subject: [PATCH 2/2] simplify section title --- docs/install/docker/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install/docker/README.md b/docs/install/docker/README.md index 3bf0f6a5b1..dc7e6bd102 100644 --- a/docs/install/docker/README.md +++ b/docs/install/docker/README.md @@ -285,7 +285,9 @@ Restart the core application to apply the changes: docker compose restart forge ``` -### After starting the platform, I can't access it in the browser - I see Connection Refused error +### Connection Refused error + +After starting the platform, I can't access it in the browser - I see "Connection Refused error" If you are using the Digital Ocean Docker Droplet to host FlowFuse you will need to ensure that port 80 & 443 are opened in the UFW firewall before starting. @@ -318,7 +320,7 @@ New-NetFireWallRule -DisplayName 'WSL 8080TCP' -Direction Outbound -LocalPort 80 ### I installed FlowFuse on Windows with WSL2, application is running but I can't access it in the browser -Next to [opening the ports in the firewall](#after-starting-the-platform-i-cant-access-it-in-the-browser---i-see-connection-refused-error), +Next to [opening the ports in the firewall](#connection-refused-error), you need to configure port forwarding from Windows host to WSL2 server. To forward traffic from an external IP to your container, run the following PowerShell command (administrator privileges required):