We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy policy, unless you choose to disable them altogether through your browser.
It would be really convenient to store a few small files on Maestro and serve them up with its webserver .... like if you had a RESTful API for certain functions, that would be a pretty sweet way for folks at the gig to access them.
Obviously you don't want to make Maestro look like an arbitrary web-server. So many limit the total upload area size? 1MB would be plenty for what I'm thinking about. If it was more ... I could also store fixture manuals there. Maybe point it at the mount point for an external USB volume?
Authentication that is the same as Maestro -- i.e. connected to the network -- would be good enough for this also.
If your back end is Node.js, this would work almost out of the box -- https://gitlab.com/Distributed-Compute-Protocol/dcp-rds -- and I would be happy to consult on integration. It will take a vanilla HTML form upload element and record it to disk along with the content type. Then you can either use it to serve up the request, or just store the uploaded files where nginx/apache can find them.
Or maybe scp/rcp/rsync them over?
0 Votes
0 Comments
Login or Sign up to post a comment