From 7744dd0520219c85afdddb4677ba02d94cf80f74 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Fri, 14 Jul 2023 10:09:28 +0530 Subject: [PATCH] Readme --- iot/playbook.yml | 1 + iot/readme.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/iot/playbook.yml b/iot/playbook.yml index 0f52198..19c1b66 100755 --- a/iot/playbook.yml +++ b/iot/playbook.yml @@ -201,6 +201,7 @@ GF_AUTH_ANONYMOUS_ENABLED: "true" GF_AUTH_ANONYMOUS_ORG_NAME: "Public" GF_AUTH_ANONYMOUS_ORG_ROLE: "Viewer" + GF_AUTH_ANONYMOUS_HIDE_VERSION: "true" links: - "{{ influx_container }}:influx" published_ports: diff --git a/iot/readme.md b/iot/readme.md index 3566e3e..cbf8716 100644 --- a/iot/readme.md +++ b/iot/readme.md @@ -3,4 +3,6 @@ Permissions are all fucked up. Need to check the user and set the files permission to it -/usr/bin/ssh -NT -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o ServerAliveCountMax=3 -o StrictHostKeyChecking=no -L 8086:localhost:8086 beacon \ No newline at end of file +Make the tunnel using either of the following to access node-red or influxdb web interfaces +ssh -NT -L 8086:localhost:8086 -L 1880:localhost:1880 beacon +ssh -L 8086:localhost:8086 -L 1880:localhost:1880 beacon \ No newline at end of file