incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

Add a list of all plugins in the plugin panel

Open robinv8 opened this issue 1 year ago • 3 comments

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.

image

robinv8 avatar Jun 21 '24 02:06 robinv8

@LinkinStars It seems to be a bit difficult with the go language.

fenbox avatar Jul 01 '24 09:07 fenbox

@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 avatar Jul 01 '24 10:07 LinkinStars

@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?

robinv8 avatar Jul 02 '24 02:07 robinv8