Compare commits

...

1 Commits

Author SHA1 Message Date
Todd Treece
89c81c0cc6 Plugins App: Add basic README 2025-12-17 12:06:57 -05:00

18
apps/plugins/README.md Normal file
View File

@@ -0,0 +1,18 @@
# 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](../..//packages/grafana-api-clients/README.md)
## 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`:
```ini
[feature_toggles]
pluginInstallAPISync = true
pluginStoreServiceLoading = true
```