diff --git a/Hub/ui/src/views/NodeDetailView.vue b/Hub/ui/src/views/NodeDetailView.vue index b732edd..6989d52 100644 --- a/Hub/ui/src/views/NodeDetailView.vue +++ b/Hub/ui/src/views/NodeDetailView.vue @@ -584,7 +584,7 @@ const applyHighlighting = () => { -
+
@@ -598,7 +598,7 @@ const applyHighlighting = () => {
-
+

Sensor Volume (24h)

@@ -748,74 +748,89 @@ const applyHighlighting = () => { - -
- -
-

Automatic Deployment (Recommended)

-

- Run the HoneyWire Wizard on your server to automatically reconcile this node's configuration. -

+ + +
-
- {{ syncCommand }} +
- -
-
- -
- - -
-

- For air-gapped environments or manual orchestration, save the following configuration to /opt/honeywire/sensors/docker-compose.yml. -

- -
- -
{{ syncComposeYaml || 'No compose output available.' }}
-

- Then, apply the configuration using Docker Compose: -

- -
- cd /opt/honeywire/sensors
docker compose -p honeywire up -d --remove-orphans
+
- +
+

Automatic Deployment (Recommended)

+

+ Run the HoneyWire Wizard on your server to automatically reconcile this node's configuration. +

+ +
+ {{ syncCommand }} + + +
+
+ +
+ + +
+

+ Save the following configuration to /opt/honeywire/sensors/honeywire-compose.yml. +

+ +
+ +
{{ syncComposeYaml || 'No compose output available.' }}
+
+ +

+ Then, apply the configuration using Docker Compose: +

+ +
+ cd /opt/honeywire/sensors
docker compose -f honeywire-compose.yml -p honeywire up -d --remove-orphans
+ + +
+
+
+
+ +
+ Done
- -
- Done -
-
- + +
-
+