Add a list of all plugins in the plugin panel
Reduce the difficulty of plugin installation
Currently, plugins can only be installed via the command line.
Describe the solution you'd like
All plugins are displayed in the background plugin panel and can support the operation buttons for installing and upgrading plugins.
@LinkinStars It seems to be a bit difficult with the go language.
@LinkinStars It seems to be a bit difficult with the go language.
Well, yes, golang is a static language. And, the runtime environment only provides the functionality to run it, while the packaged environment requires tools like go node to be installed.
@LinkinStars If it is a binary package, you must install go, nodejs, and pnpm when using the plugin. The document is https://answer.apache.org/docs/plugins#build.
Can the command line in Golang be executed to repackage and start the service?