Readme
This commit is contained in:
parent
3d4ea2770c
commit
7744dd0520
@ -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:
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user