Open
Description
The server, at the moment, supports application uploads via /install-application
install from url (ref) and /dev/install-dev-application
install from path (ref)
Which impairs the ability to install applications from a pipe (meroctl
) or from a file upload (webui).
On the node, installation eventually reads from a stream so that we can expose this to the API and eventually meroctl
.
The installation should still take in some optional expected hash & size, to aid a sanity-check.