Publishing Plugins
Jump to navigation
Jump to search
Local Deploy
Plugins are stored in
/root/.lv2/
Typically, plugin bundles end up here through the web UI plugin store, which downloads the bundle from a URL in your browser and then deploys it to the MOD over its dedicated network. It is also possible to build a plugin locally and manually install the bundle.
Install or upgrade a plugin bundle
tar cz myplugin.lv2 | base64 | curl -F 'package=@-' http://192.168.51.1/sdk/install
Beta Plugins
To enable the MOD hosted beta plugin repository, open the settings page:
Click the Advanced tab, then check the box to enable beta plugins.