Universal HISE Downloader/Installer
-
@d-healey FOR SURE!!!!
-
@d-healey This is awesome!
-
@d-healey You made the Mntra plugins??
-
@d-healey I've already started to build my own downloader but I've been too busy to go deeper, and I'm sure you'll do a better job than me. I'm all in
-
@whereami518 said in Universal HISE Downloader/Installer:
@d-healey You made the Mntra plugins??
I did a lot of work on the back end and the downloader. Overall it's very much a team effort.
-
@d-healey well I'd be in for the CR products - but I built my own installer because these products have a set of meta data files that need installing along with the std HISE files - can you config your system to do that?
-
@Lindon Yes
-
-
@d-healey potentially in - I too just built my own installers but not as sophisticated as these.
Any security issues? As in, if this were to get broken open, is everyone at risk or...?
-
Any security issues? As in, if this were to get broken open, is everyone at risk or...?
An advantage of it being open source is you will be able to audit the code yourself. As far as I'm aware there are no security issues because everything that needs to be secure is handled server side.
-
@d-healey Ok. So is it one app for everyone? How do we edit code if others also need to do the same? Can you use the app to download products from to or more different devs?
-
@DanH It's a single app. Each developer is listed in the side bar. The user selects the developer(s) they have an account with and login. Then they'll have access to the products they've purchased from that developer.
I'll post the code to a public git repo (github most likely) and if others want to contribute code they'll be able to make pull requests.
-
@d-healey Ok so we don't need to change any code in the app if we don't have to?
-
@DanH That's right. You just let me know you want to be included in the sidebar and I'll add you in. It's also possible for a user to manually add developers by editing a config file.
I'll document a list of the server end-points and data to be returned so you can make sure it works with your server.
-
@d-healey how about expansions? I think I saw you were using .hr1s for these. I had problems with permissions when I used this method previously and ended up doing a zip download / install and a separate system files installer.
-
@DanH I don't use hr1s, they are too limited. Everything is delivered in zip files.
-
@d-healey ok, my mistake! So any system files come down in a zip too?
-
@DanH Yeah everything is in zips and will be extracted to where they're needed.
-
@d-healey nice. And is it made with HISE?
-
@DanH of course :) it would probably be more flexible if made with something like Electron but using HISE has certain advantages.