grafana/apps/plugins
Georges Chaudy c5573038ea
Build: Upgrade authlib and make update-workspace (#117311)
upgrade authlib and make update-workspace
2026-02-03 13:50:08 +00:00
..
kinds Plugins: Update meta optional fields in schema (#117161) 2026-01-30 15:46:46 +00:00
pkg Plugins: Set all relevant fields for catalog meta (#117174) 2026-01-30 17:05:33 +00:00
plugin/src/generated Plugins: Update meta optional fields in schema (#117161) 2026-01-30 15:46:46 +00:00
go.mod Build: Upgrade authlib and make update-workspace (#117311) 2026-02-03 13:50:08 +00:00
go.sum Build: Upgrade authlib and make update-workspace (#117311) 2026-02-03 13:50:08 +00:00
Makefile GrafanaBootData: Deprecate config.apps (#115610) 2026-01-14 06:30:05 +01:00
README.md GrafanaBootData: Deprecate config.apps (#115610) 2026-01-14 06:30:05 +01:00

Plugins App

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

Codegen

  • Go and TypeScript: make generate

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