This commit is contained in:
Amritanshu Agrawal 2023-07-14 10:09:28 +05:30
parent 3d4ea2770c
commit 7744dd0520
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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
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