grafana-unraid-stack
grafana-unraid-stack copied to clipboard
installed plugins not showing in panel.
I am in the process of updating to UIUD 1.6 but I need to install the json datasource plugin. I ran the cli command and it said it downloaded fine I restarted GUS and then it didn't show up when I searched for it in the panel. I check back in cli with the plugins ls command and it indeed does show there but still not in the panel. Any ideas?
I also have this issue and I'm stumped.
I've mounted a volume for the plugin directory: "/var/lib/grafana/plugins". I've manually installed plugins, and used the CLI. The CLI downloads the plugins into the mapped volume correctly, but Grafana still refuses to "see" them as installed. I also tried setting folder/file permissions as chmod 777 just to make sure its not a permission issue, but this also does not help.
Grafana seems to have some env variables for plugins that may help?: GF_PLUGIN_DIR
and GF_INSTALL_PLUGINS
.
(https://grafana.com/docs/grafana/latest/installation/docker/)
Any chance these can be exposed to this docker container?
@LoghamLogan moving the desired plugins to: /mnt/user/appdata/Grafana-Unraid-Stack/grafana/data/plugins
and restarting the container will do the job.