Author:
erics, July 15th, 2020
|
sudo chgrp grafana /etc/letsencrypt/archive/www.yourdomain.com/privkey1.pem sudo chmod g+r /etc/letsencrypt/archive/www.yourdomain.com/privkey1.pem sudo vi /etc/grafana/grafana.ini sudo service grafana-server restart |
|
[server] # Protocol (http, https, socket) ;protocol = http protocol = https # https certs & key file ;cert_file = ;cert_key = cert_file = /etc/letsencrypt/archive/www.yourdomain.com/fullchain1.pem cert_key = /etc/letsencrypt/archive/www.yourdomain.com/privkey1.pem |
Categories: How-To's, Technology Tags: cert, certificate, Certs, chgrp, chmod, Enable, Existing, Grafana, Grafana Server, howto, https, LetsEncrypt, Restart, service, ssl, sudo, tips
| No comments
Author:
erics, July 15th, 2020
|
sudo vi /etc/grafana/grafana.ini sudo service grafana-server restart |
|
#################################### Anonymous Auth ###################### [auth.anonymous] # enable anonymous access ;enabled = false enabled = true # specify organization name that should be used for unauthenticated users ;org_name = Main Org. org_name = yourGrafanaOrgNameHere |
Categories: How-To's, Technology Tags: /etc/grafana/grafana.ini, Access, Anonymous, Anonymous Access, Enable, Enable Anonymous Access, Grafana, Grafana Server, grafana.ini, howto, INI, Restart, sudo, Yips
| No comments
Author:
erics, July 15th, 2020
To render a panel image, you must install the Grafana Image Renderer plugin.
|
sudo grafana-cli plugins install grafana-image-renderer sudo service grafana-server restart |
Categories: How-To's, Technology Tags: Direct, Direct Link, Grafana, Grafana Server, howto, Image, Link, Panel, Panel Image, Render, Rendering, Server, tips
| No comments