Replies: 1 comment 1 reply
-
Currently in progress RaspAP/raspap-webgui#1717 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For its initial release, RaspAP's
PluginManager
requires users to follow several manual steps to clone a plugin, update permissions, apply configurations and so on.A future enhancement would allow users to
upload a plugin archiveenable plugins via a management UI within RaspAP. The application would then unpack the archive, inspect a manifest and perform a limited set of actions to install and activate the plugin. Once installed, the UI would display a list of active plugins and (optionally) permit a user to activate/deactivate them.To this end, the SocksProxy plugin includes a manifest that encapsulates some basic details about the plugin, its dependencies, system configuration files, sudoers permissions, etc.
Would a plugin management UI be a useful addition to the project?
Beta Was this translation helpful? Give feedback.
All reactions