Publishing Plugins

From MOD Wiki
Revision as of 18:23, 2 October 2019 by FalkTX (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

http://192.168.51.1/settings

Click the Advanced tab, then check the box to enable beta plugins.