I’ve just created my own little panel plugin which works fine for me!
Now I’m interested in publishing this plugin (at first private).
For this I have to sign it as written in this tutorial here: Sign a plugin | Grafana Labs
but I don’t have a MANIFEST.txt in my dist directory?
Do I have to write these lines into this file or what do I have to do?
The MANIFEST.txt is generated by the plugin:sign command. Private plugins are mainly meant for plugins that are only used in-house for company-specific things. The private signature will only be valid for the Grafana instances listed by the rootUrls flags.
If you’d like to publish the plugin for others to use, you’d need to request either a community or a commercial plugin by submitting the plugin to the plugin repository.
My Windows is a bit rusty unfortunately. What terminal are you using? Command Prompt? Powershell?
What errors are you seeing?
Please also note that the API key you’re using needs to be generated from the owner of the plugin, i.e. the first part of the plugin ID. For example, if the plugin ID is myorg-mega-panel, the API key needs to be generated by the myorg Grafana Cloud account.