Files
grafana/apps/plugins/README.md
Todd Treece 6e155523a3 Plugins App: Add basic README (#115507)
* Plugins App: Add basic README

* prettier:write

---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2025-12-30 08:14:06 +00:00

483 B

Plugins App

API documentation is available at http://localhost:3000/swagger?api=plugins.grafana.app-v0alpha1

Codegen

  • Go: make generate
  • Frontend: Follow instructions in this README

Plugin sync

The plugin sync pushes the plugins loaded from disk to the plugins API.

To enable, add these feature toggles in your custom.ini:

[feature_toggles]
pluginInstallAPISync = true
pluginStoreServiceLoading = true