Method to consume a private plugin

Hi all - we are currently authoring a bunch of grafana plugins in our internal front end private monorepo for our v12 OSS self hosted grafana instance The plugin works in the dev environment via docker on my local machine, however we are running into issues to actually consume said plugins and deploy on our production app.

I’ve come across Grafana server CLI | Grafana documentation however this is all for installing via the CLI, whereas I have to assume there is a more manual way to simply consume the built and compiled assets from our plugins. Has anyone had experience with something similar or know if there is documentation?

You can just unpack plugin into plugins directory

1 Like