Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save elasticroentgen/f07a12fea4a91e4836b3907e7fb36216 to your computer and use it in GitHub Desktop.
Save elasticroentgen/f07a12fea4a91e4836b3907e7fb36216 to your computer and use it in GitHub Desktop.
# install 'screen' and grafana kiosk -> https://github.com/grafana/grafana-kiosk
# Replace the "URL with the URL to your dashboard or playlist
# Replac e <password> with your grafana password (adjust username)
screen -d -m bash -c "grafana-kiosk.linux.amd64 -URL http://172.16.10.15:3000/d/RIlxICwGz/pi-solar -username admin -password <password> -login-method=local -lxde"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment