ivandavidov/minimal

Overlay bundles - download and install bundles from internet

Open

#121 opened on Nov 29, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)HTML (292 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (1,453 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

For now this is just an idea.

The idea is to be possible to install bundles directly from internet. Of course, this means that the bundles should be provided as URLs which point to either 'tgz' or 'bundle.sh' or something like that.

The easiest and simplest method to implement this is by parsing the bundle name and if it starts with 'http', then download the file 'URL/bundle_online.sh'. This script should do everything else, e.g. download additional resources, build & pack, etc.

Of course, this introduces some security issues but this can be refined later.

Further refinement ideas are highly appreciated.

Contributor guide