Trying to install grafana standalone binary on a linux server that does not have internet and only has intranet. i have copied the tar.gz file and extracted the binary but when I run the command to start the server, i get errors like “Error downloading plugin manifest keys” and “update check failed”. i have changed the configuration file to remove these error by changing the following configuration :
check_for_updates = false check_for_plugin_updates = false public_key_retrieval_disabled=true
These configurations have removed the errors from the log but the server still does not startup when I try to access it from the browser